mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-11 23:01:54 +00:00
[core] add event::merge
This commit is contained in:
@@ -176,6 +176,7 @@ SWITCH_DECLARE(bool) email(char *to, char *from, char *headers = NULL, char *bod
|
||||
SWITCH_DECLARE(bool) addHeader(const char *header_name, const char *value);
|
||||
SWITCH_DECLARE(bool) delHeader(const char *header_name);
|
||||
SWITCH_DECLARE(bool) fire(void);
|
||||
SWITCH_DECLARE(bool) merge(Event *to_merge);
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user