Go to the documentation of this file.
21 #ifndef _OSIP_ALLOW_H_
22 #define _OSIP_ALLOW_H_
52 #define osip_allow_init(header) osip_content_length_init(header)
58 #define osip_allow_parse(header, hvalue) osip_content_length_parse(header, hvalue)
64 #define osip_allow_to_str osip_content_length_to_str
69 #define osip_allow_free osip_content_length_free
75 #define osip_allow_clone(header, dest) osip_content_length_clone(header, dest)