1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Fix prototype to reduce warning.

Submitted by:	Archie Cobbs <archie@packetdesign.com>
This commit is contained in:
Jun Kuriyama 2001-03-17 04:01:45 +00:00
parent 589cf992c1
commit ce150c6f8a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39946

View File

@ -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
}