]> git.street.me.uk Git - andy/viking.git/blobdiff - src/util.h
Fix crashing if attempting to Extend a Route via the Route Finder when the route...
[andy/viking.git] / src / util.h
index 50871f03c815e5bc39d8116762a23e14c2a1659f..9ddfb340c5870ae6a2a272d74d255f6ce32b17de 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);
 
-#endif
+GList * str_array_to_glist(gchar* data[]);
+
+gboolean split_string_from_file_on_equals ( const gchar *buf, gchar **key, gchar **val );
 
+G_END_DECLS
+
+#endif