aboutsummaryrefslogtreecommitdiffstats
path: root/xmlstub.c
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.c
parentaa411b186187330168d3e0e06d95f3ca70dc827b (diff)
Fix warnings found by -Wstrict-prototypes
svn path=/trunk/; revision=9722
Diffstat (limited to 'xmlstub.c')
-rw-r--r--xmlstub.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlstub.c b/xmlstub.c
index 086ffc5fd9..f58f8d4027 100644
--- a/xmlstub.c
+++ b/xmlstub.c
@@ -3,7 +3,7 @@
* exists so that the library can be loaded on systems that
* have it.
*
- * $Id: xmlstub.c,v 1.2 2002/08/28 21:00:41 jmayer Exp $
+ * $Id: xmlstub.c,v 1.3 2004/01/18 16:19:15 jmayer Exp $
*
* Copyright (c) 2001 by David Frascone <dave@frascone.com>
*
@@ -42,7 +42,7 @@
* not have libxml2 installed.
*/
int
-loadLibXML()
+loadLibXML(void)
{
GModule *handle;
gpointer symbol;