]> git.street.me.uk Git - andy/viking.git/blobdiff - src/util.h
Add Waypoint List dialog.
[andy/viking.git] / src / util.h
index 12a07fc1d80c444c34ad35107fbe4be41ec0ccb0..9ddfb340c5870ae6a2a272d74d255f6ce32b17de 100644 (file)
@@ -36,7 +36,8 @@ gchar *uri_escape(gchar *str);
 
 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
-