added format info into UI
[maemo-recorder] / src / settings.h
index ed6164a..3e8891a 100755 (executable)
@@ -26,6 +26,8 @@
 
 #include <gconf/gconf-client.h>
 
+G_BEGIN_DECLS
+
 void settings_edit(GtkWidget* widget, AppData *data);
 
 gint get_default_filter(void);
@@ -36,5 +38,7 @@ void set_default_dir(gchar* selected);
        
 GConfClient *settings_init(gint argc, gchar *argv[]);
 
+G_END_DECLS
+
 #endif /* _SETTINGS_H */