diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-03-17 04:01:45 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-03-17 04:01:45 +0000 |
commit | ce150c6f8a0c0f53eb566b6e5496dd59c252fbf8 (patch) | |
tree | 9b00888f1a9049598659b43a96e7accc6aebe776 /textproc | |
parent | Upgrade to 1.64. (diff) |
Fix prototype to reduce warning.
Submitted by: Archie Cobbs <archie@packetdesign.com>
Notes
Notes:
svn path=/head/; revision=39946
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 + } |