]> git.street.me.uk Git - andy/viking.git/blobdiff - src/util.h
Functions to convert potentially relative filenames to absolute filenames.
[andy/viking.git] / src / util.h
index 7e3fcd3e67ef78b1174b5463524291a6659d5cbc..ab1bf7dbb4367b58a6b1b0bd47e35dcb0ab6b363 100644 (file)
@@ -31,10 +31,6 @@ G_BEGIN_DECLS
 
 guint util_get_number_of_cpus (void);
 
-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 );
 
 void util_add_to_deletion_list ( const gchar* filename );
@@ -69,6 +65,10 @@ int util_remove ( const gchar *filename );
 
 gchar* util_write_tmp_file_from_bytes ( const void *buffer, gsize count );
 
+gchar* util_make_absolute_filename ( const gchar *filename, const gchar *dirpath );
+
+void util_make_absolute_filenames ( GList *filenames, const gchar *dirpath );
+
 G_END_DECLS
 
 #endif