summaryrefslogtreecommitdiff
path: root/xmlwf/xmlmime.h
diff options
context:
space:
mode:
authorjjc <jjc>2000-04-21 04:20:31 +0000
committerjjc <jjc>2000-04-21 04:20:31 +0000
commit0dad5a532ba102452929f92a52b70539b5bd93ff (patch)
tree6a6d749aa331d003708eae71f9c7923eee2a8ea2 /xmlwf/xmlmime.h
parentf70c21077b651dcf977120e090590f2ed5abb0a0 (diff)
downloadlibexpat-0dad5a532ba102452929f92a52b70539b5bd93ff.tar.gz
Fix screwup in changing copyright notices
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 bfd3912..79654b6 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. */