mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
add getGlobalVariable and setGlobalVariable to swig stuff
This commit is contained in:
@@ -65,6 +65,10 @@ Note that the first parameter to the new operator is implicitly handled by c++..
|
||||
|
||||
*/
|
||||
|
||||
|
||||
SWITCH_DECLARE(void) setGlobalVariable(char *var_name, char *var_val);
|
||||
SWITCH_DECLARE(char *) getGlobalVariable(char *var_name);
|
||||
|
||||
SWITCH_DECLARE(void) consoleLog(char *level_str, char *msg);
|
||||
SWITCH_DECLARE(void) consoleCleanLog(char *msg);
|
||||
|
||||
|
Reference in New Issue
Block a user