summaryrefslogtreecommitdiffstats
path: root/ext/flac/gstflactag.h
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2003-12-07 21:43:04 +0000
committerChristophe Fergeau <teuf@gnome.org>2003-12-07 21:43:04 +0000
commitac08905fb940347d8027a1963a915d034861bf07 (patch)
treeb5f87175af980cb40725050d80d657a18acff24d /ext/flac/gstflactag.h
parent06c6f3be60ec2cf3cbcb8225c0bd25ac75129c60 (diff)
Compilation will work better if I don't forget new files..
Original commit message from CVS: Compilation will work better if I don't forget new files..
Diffstat (limited to 'ext/flac/gstflactag.h')
-rw-r--r--ext/flac/gstflactag.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/flac/gstflactag.h b/ext/flac/gstflactag.h
new file mode 100644
index 00000000..5107d1c3
--- /dev/null
+++ b/ext/flac/gstflactag.h
@@ -0,0 +1,6 @@
+#ifndef GST_FLAC_TAG_H
+#define GST_FLAC_TAG_H
+
+GType gst_flac_tag_get_type (void);
+
+#endif /* GST_FLAC_TAG_H */