diff src/audacious/tuple_formatter.h @ 4653:5f80f9d0e7ee

Use G_{BEGIN,END}_DECLS
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 16 Jun 2008 07:49:28 +0300
parents 2eee464379dc
children
line wrap: on
line diff
--- a/src/audacious/tuple_formatter.h	Mon Jun 16 07:39:41 2008 +0300
+++ b/src/audacious/tuple_formatter.h	Mon Jun 16 07:49:28 2008 +0300
@@ -26,6 +26,8 @@
 
 #include "tuple.h"
 
+G_BEGIN_DECLS
+
 gchar *tuple_formatter_process_string(Tuple *tuple, const gchar *string);
 gchar *tuple_formatter_make_title_string(Tuple *tuple, const gchar *string);
 void tuple_formatter_register_expression(const gchar *keyword,
@@ -38,4 +40,6 @@
     const gchar *argument);
 gchar *tuple_formatter_process_construct(Tuple *tuple, const gchar *string);
 
+G_END_DECLS
+
 #endif /* AUDACIOUS_TUPLE_FORMATTER_H */