From ac08905fb940347d8027a1963a915d034861bf07 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Sun, 7 Dec 2003 21:43:04 +0000 Subject: 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.. --- ext/flac/gstflactag.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ext/flac/gstflactag.h (limited to 'ext') 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 */ -- cgit