[sr-dev] git:master:b5f27fe2: core: export pp_define_get() via ppcfg.h

Daniel-Constantin Mierla miconda at gmail.com
Thu Jan 24 15:55:21 CET 2019


Module: kamailio
Branch: master
Commit: b5f27fe25247e3605aeeb600de5a6b31081d6ac6
URL: https://github.com/kamailio/kamailio/commit/b5f27fe25247e3605aeeb600de5a6b31081d6ac6

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at 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/b5f27fe25247e3605aeeb600de5a6b31081d6ac6.diff
Patch: https://github.com/kamailio/kamailio/commit/b5f27fe25247e3605aeeb600de5a6b31081d6ac6.patch

---

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




More information about the sr-dev mailing list