summaryrefslogtreecommitdiffstats
path: root/src/xml/quote.h
blob: 8e3bca0eb4bba11e18d58a76f6b7e4fd52bb85a2 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef SEEN_XML_QUOTE_H
#define SEEN_XML_QUOTE_H

#include <stddef.h>

size_t xml_quoted_strlen(char const *val);
char *xml_quote_strdup(char const *src);


#endif /* !SEEN_XML_QUOTE_H */