versioned-introspection.py: Define prototypes as extern
authorMike Gorse <mgorse@suse.com>
Wed, 20 Mar 2013 21:14:36 +0000 (16:14 -0500)
committerMike Gorse <mgorse@suse.com>
Wed, 27 Mar 2013 18:33:14 +0000 (13:33 -0500)
xml/versioned-introspection.py

index 1d594a3..3922f66 100644 (file)
@@ -39,7 +39,7 @@ HTEMPLATE = \
 
 DECTEMPLATE = \
 """
-const char *%s;
+extern const char *%s;
 """
 
 DEFTEMPLATE = \