diff options
Diffstat (limited to 'ext/flac')
-rw-r--r-- | ext/flac/gstflactag.h | 6 |
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 */ |