aboutsummaryrefslogtreecommitdiffstats
path: root/xmlstub.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2004-01-18 16:21:12 +0000
committerJörg Mayer <jmayer@loplof.de>2004-01-18 16:21:12 +0000
commite68ca30d107e5d95a190e8d56e409059707f3cca (patch)
treef838e437d1a2a3f09df733bd2b40c09a02944196 /xmlstub.h
parentaa411b186187330168d3e0e06d95f3ca70dc827b (diff)
Fix warnings found by -Wstrict-prototypes
svn path=/trunk/; revision=9722
Diffstat (limited to 'xmlstub.h')
-rw-r--r--xmlstub.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlstub.h b/xmlstub.h
index dabf2eb55d..8750a78413 100644
--- a/xmlstub.h
+++ b/xmlstub.h
@@ -1111,7 +1111,7 @@ XML_EXTERN int XmlStubInitialized;
* is not installed on the current system. (Or it's not in
* the LD path)
*/
-int loadLibXML();
+int loadLibXML(void);