diff options
Diffstat (limited to 'www/tidy/files/patch-html.h')
-rw-r--r-- | www/tidy/files/patch-html.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/www/tidy/files/patch-html.h b/www/tidy/files/patch-html.h new file mode 100644 index 000000000000..4de7c781e0e4 --- /dev/null +++ b/www/tidy/files/patch-html.h @@ -0,0 +1,27 @@ +--- html.h.orig Fri Aug 4 18:21:05 2000 ++++ html.h Sat Jul 20 16:20:55 2002 +@@ -4,6 +4,8 @@ + See tidy.c for the copyright notice. + */ + ++#include <sys/types.h> ++ + /* indentation modes */ + + #define NO_INDENT 0 +@@ -380,6 +382,7 @@ + + void FatalError(char *msg); + void FileError(FILE *fp, const char *file); ++int FileExists(const char *file); + + Node *GetToken(Lexer *lexer, uint mode); + +@@ -758,6 +761,7 @@ + extern Bool Word2000; + extern Bool Emacs; /* sasdjb 01May00 GNU Emacs error output format */ + extern Bool LiteralAttribs; ++extern Bool PreserveEntities; + + /* Parser methods for tags */ + |