Wrap in ifdefs to be anal.

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1409 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Robert Love 2006-01-30 21:53:35 +00:00
parent aedbd5490f
commit fb39965281

View file

@ -1,3 +1,8 @@
#ifndef _SRC_AUTOIP_H
#define _SRC_AUTOIP_H
#include "nm-device.h"
extern gboolean get_autoip (NMDevice *dev, struct in_addr *out_ip);
#endif /* _SRC_AUTOIP_H */