Return to testifacewatcher.c CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / miniupnpd / bsd |
version 1.1.1.1, 2012/05/29 12:55:57 | version 1.1.1.2, 2013/07/22 00:32:35 |
---|---|
Line 9 void | Line 9 void |
ProcessInterfaceWatchNotify(int s); | ProcessInterfaceWatchNotify(int s); |
const char * ext_if_name; | const char * ext_if_name; |
volatile int should_send_public_address_change_notif = 0; | volatile sig_atomic_t should_send_public_address_change_notif = 0; |
int main(int argc, char * * argv) | int main(int argc, char * * argv) |
{ | { |