Diff for /embedaddon/miniupnpd/bsd/testifacewatcher.c between versions 1.1.1.1 and 1.1.1.2

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)
 {  {

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>