summaryrefslogtreecommitdiff
path: root/xmlwf/xmlmime.h
diff options
context:
space:
mode:
authorjjc <jjc>2000-04-21 03:58:42 +0000
committerjjc <jjc>2000-04-21 03:58:42 +0000
commitf70c21077b651dcf977120e090590f2ed5abb0a0 (patch)
treef58b1d454a7cd56a2f5604a9b56dd187de22d657 /xmlwf/xmlmime.h
parentfb30c9c3fefc975769b426a57652d465d2a19489 (diff)
downloadlibexpat-f70c21077b651dcf977120e090590f2ed5abb0a0.tar.gz
New license and site
Diffstat (limited to 'xmlwf/xmlmime.h')
-rwxr-xr-xxmlwf/xmlmime.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlwf/xmlmime.h b/xmlwf/xmlmime.h
index 79654b6..bfd3912 100755
--- a/xmlwf/xmlmime.h
+++ b/xmlwf/xmlmime.h
@@ -1,13 +1,13 @@
+/* Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
+See the file copying.txt for copying permission. */
#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. */