X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/29c93cc57d2f7715c58b4e577440bc580a47bd8a..cae93cde01500ccc491e243e6e9873cab6d7fede:/src/util.h diff --git a/src/util.h b/src/util.h index 12a07fc1..9ddfb340 100644 --- a/src/util.h +++ b/src/util.h @@ -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 -