mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 15:30:11 +01:00
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1409 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
8 lines
165 B
C
8 lines
165 B
C
#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 */
|