Module: kamailio Branch: 5.3 Commit: 267c9940ce9e6f4c5cd57a31d472aba07ee242c7 URL: https://github.com/kamailio/kamailio/commit/267c9940ce9e6f4c5cd57a31d472aba0...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2020-03-09T09:19:06+01:00
ims_ocs: declare extern global variables in header file
(cherry picked from commit 13da8cf58a2abfcd87a48fbc963d4e1a26d60085)
---
Modified: src/modules/ims_ocs/ims_ocs_mod.h
---
Diff: https://github.com/kamailio/kamailio/commit/267c9940ce9e6f4c5cd57a31d472aba0... Patch: https://github.com/kamailio/kamailio/commit/267c9940ce9e6f4c5cd57a31d472aba0...
---
diff --git a/src/modules/ims_ocs/ims_ocs_mod.h b/src/modules/ims_ocs/ims_ocs_mod.h index b46a29a4b4..cfddfdccc9 100644 --- a/src/modules/ims_ocs/ims_ocs_mod.h +++ b/src/modules/ims_ocs/ims_ocs_mod.h @@ -26,8 +26,8 @@
/** callback functions */
-struct cdp_binds cdpb; -cdp_avp_bind_t *cdp_avp; +extern struct cdp_binds cdpb; +extern cdp_avp_bind_t *cdp_avp;
struct AAAMessage;