Parser :: Content-Disposition header. More...
#include <stdio.h>#include <stdlib.h>#include <sys/types.h>#include <unistd.h>#include "../mem/mem.h"#include "../dprint.h"#include "../ut.h"#include "parse_disposition.h"
Go to the source code of this file.
Definition in file parse_disposition.c.
| int parse_content_disposition | ( | struct sip_msg * | msg | ) |
Returns: -1 : error 0 : success 1 : hdr not found
Definition at line 374 of file parse_disposition.c.
References hdr_field::body, free_disposition(), parse_disposition(), and hdr_field::parsed.

1.7.1