Module: kamailio
Branch: master
Commit: e260447833f616066e0fa23e51e791822b55b039
URL:
https://github.com/kamailio/kamailio/commit/e260447833f616066e0fa23e51e7918…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-03-04T12:24:48+01:00
pua: extern declaration of global variable in header file
---
Modified: src/modules/pua/pua.h
---
Diff:
https://github.com/kamailio/kamailio/commit/e260447833f616066e0fa23e51e7918…
Patch:
https://github.com/kamailio/kamailio/commit/e260447833f616066e0fa23e51e7918…
---
diff --git a/src/modules/pua/pua.h b/src/modules/pua/pua.h
index 3958294b77..57cc379ebe 100644
--- a/src/modules/pua/pua.h
+++ b/src/modules/pua/pua.h
@@ -48,7 +48,7 @@ extern str outbound_proxy;
extern int check_remote_contact;
extern int dbmode;
-int reginfo_increase_version;
+extern int reginfo_increase_version;
extern int update_pua(ua_pres_t* p);
extern int clean_puadb( int update_period, int min_expires );