Module: kamailio
Branch: master
Commit: b5f27fe25247e3605aeeb600de5a6b31081d6ac6
URL:
https://github.com/kamailio/kamailio/commit/b5f27fe25247e3605aeeb600de5a6b3…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2019-01-24T15:53:55+01:00
core: export pp_define_get() via ppcfg.h
---
Modified: src/core/ppcfg.h
---
Diff:
https://github.com/kamailio/kamailio/commit/b5f27fe25247e3605aeeb600de5a6b3…
Patch:
https://github.com/kamailio/kamailio/commit/b5f27fe25247e3605aeeb600de5a6b3…
---
diff --git a/src/core/ppcfg.h b/src/core/ppcfg.h
index 432d76bcfb..8485059918 100644
--- a/src/core/ppcfg.h
+++ b/src/core/ppcfg.h
@@ -41,6 +41,7 @@ int pp_subst_run(char **data);
int pp_define(int len, const char *text);
int pp_define_set(int len, char *text);
int pp_define_set_type(int type);
+str *pp_define_get(int len, const char * text);
void pp_ifdef_level_update(int val);
void pp_ifdef_level_check(void);