aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/extras/expat/xmlwf/xmlmime.h
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/extras/expat/xmlwf/xmlmime.h')
-rw-r--r--nx-X11/extras/expat/xmlwf/xmlmime.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/nx-X11/extras/expat/xmlwf/xmlmime.h b/nx-X11/extras/expat/xmlwf/xmlmime.h
deleted file mode 100644
index bf0356df0..000000000
--- a/nx-X11/extras/expat/xmlwf/xmlmime.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-/* Registered charset names are at most 40 characters long. */
-
-#define CHARSET_MAX 41
-
-/* Figure out the charset to use from the ContentType.
- buf contains the body of the header field (the part after "Content-Type:").
- charset gets the charset to use. It must be at least CHARSET_MAX chars
- long. charset will be empty if the default charset should be used.
-*/
-
-void getXMLCharset(const char *buf, char *charset);
-
-#ifdef __cplusplus
-}
-#endif