about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/HTUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'WWW/Library/Implementation/HTUtils.h')
-rw-r--r--WWW/Library/Implementation/HTUtils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/WWW/Library/Implementation/HTUtils.h b/WWW/Library/Implementation/HTUtils.h
index 0c6368e6..fa19ea51 100644
--- a/WWW/Library/Implementation/HTUtils.h
+++ b/WWW/Library/Implementation/HTUtils.h
@@ -384,6 +384,8 @@ are generally not the response status from any specific protocol.
 #define HT_FORBIDDEN            -403    /* Access forbidden */
 #define HT_NOT_ACCEPTABLE       -406    /* Not Acceptable */
 
+#define HT_PARSER_REOPEN_ELT	 700	/* tells SGML parser to keep tag open */
+#define HT_PARSER_OTHER_CONTENT	 701	/* tells SGML to change content model */
 #define HT_H_ERRNO_VALID 	-800	/* see h_errno for resolver error */
 
 #define HT_INTERNAL             -900    /* Weird -- should never happen. */