Explorar el Código

pua: extern declaration of global variable in header file

Daniel-Constantin Mierla hace 5 años
padre
commit
e260447833
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/modules/pua/pua.h

+ 1 - 1
src/modules/pua/pua.h

@@ -48,7 +48,7 @@ extern str outbound_proxy;
 extern int check_remote_contact;
 extern int check_remote_contact;
 extern int dbmode;
 extern int dbmode;
 
 
-int reginfo_increase_version;
+extern int reginfo_increase_version;
 
 
 extern int update_pua(ua_pres_t* p);
 extern int update_pua(ua_pres_t* p);
 extern int clean_puadb( int update_period, int min_expires );
 extern int clean_puadb( int update_period, int min_expires );