diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2001-03-17 12:01:45 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2001-03-17 12:01:45 +0800 |
commit | 85554dfb35794385b97248b5aa3af265b78444a7 (patch) | |
tree | c6e2c608343566d405efc94fb5a6c293700cccdf /textproc | |
parent | 85c1ec047f23b9bf02325eb065fbb20ff4666760 (diff) | |
download | freebsd-ports-gnome-85554dfb35794385b97248b5aa3af265b78444a7.tar.gz freebsd-ports-gnome-85554dfb35794385b97248b5aa3af265b78444a7.tar.zst freebsd-ports-gnome-85554dfb35794385b97248b5aa3af265b78444a7.zip |
Fix prototype to reduce warning.
Submitted by: Archie Cobbs <archie@packetdesign.com>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/expat2/files/patch-expat.h | 11 |
1 files changed, 11 insertions, 0 deletions
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 + } |