parse_sipifmatch.h

Go to the documentation of this file.
00001 
00007 #ifndef PARSE_SIPIFMATCH_H
00008 #define PARSE_SIPIFMATCH_H
00009 
00010 #include "../str.h"
00011 #include "hf.h"
00012 
00013 typedef struct etag {
00014         str text;       /* Original string representation */
00015 } etag_t;
00016 
00017 
00021 int parse_sipifmatch(struct hdr_field* _h);
00022 
00023 
00027 void free_sipifmatch(str** _e);
00028 
00029 
00030 #endif /* PARSE_SIPIFMATCH_H */