summaryrefslogtreecommitdiffstats
path: root/ext/mikmod/mikmod_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mikmod/mikmod_types.h')
-rw-r--r--ext/mikmod/mikmod_types.h35
1 files changed, 17 insertions, 18 deletions
diff --git a/ext/mikmod/mikmod_types.h b/ext/mikmod/mikmod_types.h
index 8559455c..c431faf9 100644
--- a/ext/mikmod/mikmod_types.h
+++ b/ext/mikmod/mikmod_types.h
@@ -20,26 +20,25 @@
#define __MIKMOD_TYPES_H__
#ifdef __cplusplus
-extern "C"
-{
-#endif /* __cplusplus */
+extern "C" {
+#endif /* __cplusplus */
- gboolean MOD_CheckType (GstBuffer * buf);
- gboolean Mod_669_CheckType (GstBuffer * buf);
- gboolean Amf_CheckType (GstBuffer * buf);
- gboolean Dsm_CheckType (GstBuffer * buf);
- gboolean Fam_CheckType (GstBuffer * buf);
- gboolean Gdm_CheckType (GstBuffer * buf);
- gboolean Imf_CheckType (GstBuffer * buf);
- gboolean It_CheckType (GstBuffer * buf);
- gboolean M15_CheckType (GstBuffer * buf);
- gboolean Mtm_CheckType (GstBuffer * buf);
- gboolean Okt_CheckType (GstBuffer * buf);
- gboolean S3m_CheckType (GstBuffer * buf);
- gboolean Xm_CheckType (GstBuffer * buf);
+gboolean MOD_CheckType (GstBuffer *buf);
+gboolean Mod_669_CheckType (GstBuffer *buf);
+gboolean Amf_CheckType (GstBuffer *buf);
+gboolean Dsm_CheckType (GstBuffer *buf);
+gboolean Fam_CheckType (GstBuffer *buf);
+gboolean Gdm_CheckType (GstBuffer *buf);
+gboolean Imf_CheckType (GstBuffer *buf);
+gboolean It_CheckType (GstBuffer *buf);
+gboolean M15_CheckType (GstBuffer *buf);
+gboolean Mtm_CheckType (GstBuffer *buf);
+gboolean Okt_CheckType (GstBuffer *buf);
+gboolean S3m_CheckType (GstBuffer *buf);
+gboolean Xm_CheckType (GstBuffer *buf);
#ifdef __cplusplus
}
-#endif /* __cplusplus */
+#endif /* __cplusplus */
-#endif /* __MIKMOD_TYPES_H__ */
+#endif /* __MIKMOD_TYPES_H__ */