diff options
Diffstat (limited to 'iface.h')
-rw-r--r-- | iface.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ typedef void (*iface_event_handler_t)(enum iface_event_type, unsigned char af, unsigned int ifindex); void iface_register_event_handler(iface_event_handler_t event_handler); -int iface_start_thread(bool ipv6); +int iface_start_thread(bool ipv6, const char *iface); void iface_stop(void); size_t iface_addr_lookup(unsigned int ifindex, unsigned char family, |