mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 22:10:09 +01:00
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:
parent
aedbd5490f
commit
fb39965281
1 changed files with 5 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue