]> git.street.me.uk Git - andy/viking.git/blobdiff - src/util.h
[QA] Make more local functions static.
[andy/viking.git] / src / util.h
index 50871f03c815e5bc39d8116762a23e14c2a1659f..12a07fc1d80c444c34ad35107fbe4be41ec0ccb0 100644 (file)
 #include <glib.h>
 #include <gtk/gtk.h>
 
+G_BEGIN_DECLS
+
 void open_url(GtkWindow *parent, const gchar * url);
 void new_email(GtkWindow *parent, const gchar * address);
 
 gchar *uri_escape(gchar *str);
 
+GList * str_array_to_glist(gchar* data[]);
+
+G_END_DECLS
+
 #endif