#ifndef SEEN_XML_QUOTE_H #define SEEN_XML_QUOTE_H #include size_t xml_quoted_strlen(char const *val); char *xml_quote_strdup(char const *src); #endif /* !SEEN_XML_QUOTE_H */