Compilation will work better if I don't forget new files..
authorChristophe Fergeau <teuf@gnome.org>
Sun, 7 Dec 2003 21:43:04 +0000 (21:43 +0000)
committerChristophe Fergeau <teuf@gnome.org>
Sun, 7 Dec 2003 21:43:04 +0000 (21:43 +0000)
Original commit message from CVS:
Compilation will work better if I don't forget new files..

ext/flac/gstflactag.h [new file with mode: 0644]

diff --git a/ext/flac/gstflactag.h b/ext/flac/gstflactag.h
new file mode 100644 (file)
index 0000000..5107d1c
--- /dev/null
@@ -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 */