freebsd-ports/textproc/expat2/files/patch-expat.h
Jun Kuriyama ce150c6f8a Fix prototype to reduce warning.
Submitted by:	Archie Cobbs <archie@packetdesign.com>
2001-03-17 04:01:45 +00:00

12 lines
278 B
C

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