8 #ifndef __UPNPREPLYPARSE_H__
9 #define __UPNPREPLYPARSE_H__
11 #if defined(NO_SYS_QUEUE_H) || defined(WIN32) || defined(__HAIKU__)
14 #include <sys/queue.h>
54 DisplayNameValueList(
char * buffer,
int bufsize);
char * GetValueFromNameValueListIgnoreNS(struct NameValueParserData *pdata, const char *Name)
void ClearNameValueList(struct NameValueParserData *pdata)
char * GetValueFromNameValueList(struct NameValueParserData *pdata, const char *Name)
LIST_ENTRY(NameValue) entries
void ParseNameValue(const char *buffer, int bufsize, struct NameValueParserData *data)
LIST_HEAD(listhead, NameValue) head