mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
Fix SIP_PAYLOAD_INIT2 macro in sip_header.h
This commit is contained in:
parent
b320c525c2
commit
2c8e9c80ce
@ -317,7 +317,7 @@ sip_payload_t *sip_payload_create(su_home_t *, void const *data, isize_t len);
|
||||
* @HIDE
|
||||
*/
|
||||
#define SIP_PAYLOAD_INIT2(data, length) \
|
||||
{{{ 0, 0, sip_payload_class, data, length }, NULL, data, length }}
|
||||
{{{ 0, 0, sip_payload_class, data, length }}, NULL, data, length }
|
||||
|
||||
/** Create a SIP separator line structure. */
|
||||
SOFIAPUBFUN sip_separator_t *sip_separator_create(su_home_t *home);
|
||||
|
Loading…
x
Reference in New Issue
Block a user