From ce150c6f8a0c0f53eb566b6e5496dd59c252fbf8 Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Sat, 17 Mar 2001 04:01:45 +0000 Subject: Fix prototype to reduce warning. Submitted by: Archie Cobbs --- textproc/expat2/files/patch-expat.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 textproc/expat2/files/patch-expat.h (limited to 'textproc/expat2') diff --git a/textproc/expat2/files/patch-expat.h b/textproc/expat2/files/patch-expat.h new file mode 100644 index 000000000000..063557b1ed1a --- /dev/null +++ b/textproc/expat2/files/patch-expat.h @@ -0,0 +1,11 @@ +--- lib/expat.h.orig Sat Mar 17 12:57:01 2001 ++++ lib/expat.h Sat Mar 17 12:57:09 2001 +@@ -703,7 +703,7 @@ + + /* Return a string containing the version number of this expat */ + const XML_LChar XMLPARSEAPI * +-XML_ExpatVersion(); ++XML_ExpatVersion(void); + + #ifdef __cplusplus + } -- cgit v1.2.3