]> git.street.me.uk Git - andy/viking.git/blobdiff - src/util.h
[QA] Remove spurious commented out code.
[andy/viking.git] / src / util.h
index 12a07fc1d80c444c34ad35107fbe4be41ec0ccb0..8c10de45fe042aff609f48102a7ff8c58d126cd7 100644 (file)
@@ -36,6 +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