diff --git a/src/autoip.h b/src/autoip.h new file mode 100644 index 0000000000..b2be3e2a8a --- /dev/null +++ b/src/autoip.h @@ -0,0 +1,3 @@ +#include "NetworkManagerDevice.h" + +extern gboolean get_autoip (NMDevice *dev, struct in_addr *out_ip);