summaryrefslogtreecommitdiffstats
path: root/ext/mikmod/gstmikmod.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mikmod/gstmikmod.h')
-rw-r--r--ext/mikmod/gstmikmod.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/mikmod/gstmikmod.h b/ext/mikmod/gstmikmod.h
index 9d5db8a5..8af87a27 100644
--- a/ext/mikmod/gstmikmod.h
+++ b/ext/mikmod/gstmikmod.h
@@ -72,11 +72,11 @@ struct _GstMikModClass {
typedef struct _GstMikMod GstMikMod;
typedef struct _GstMikModClass GstMikModClass;
-MODULE *module;
-MREADER *reader;
-GstPad *srcpad;
-gint64 timestamp;
-int need_sync;
+extern MODULE *module;
+extern MREADER *reader;
+extern GstPad *srcpad;
+extern gint64 timestamp;
+extern int need_sync;
GType gst_mikmod_get_type(void);