New file. Contains prototyes from `error.c'.

* error.h: New file.  Contains prototyes from `error.c'.
diff --git a/ChangeLog b/ChangeLog
index f96f5a1..36d37d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1998-08-20  Raja R Harinath  <harinath@cs.umn.edu>
+
+	* error.h: New file.  Contains prototyes from `error.c'.
+
 Thu Aug 13 19:02:34 1998  Tom Tromey  <tromey@cygnus.com>
 
 	* Makefile.am (xmlincdir): New macro.
diff --git a/error.h b/error.h
new file mode 100644
index 0000000..6d886d2
--- /dev/null
+++ b/error.h
@@ -0,0 +1,8 @@
+#ifndef error_h_
+#define error_h_
+
+#include "parser.h"
+
+void xmlParserError(xmlParserCtxtPtr ctxt, const char *msg, ...);
+void xmlParserWarning(xmlParserCtxtPtr ctxt, const char *msg, ...);
+#endif