]> git.street.me.uk Git - andy/viking.git/blobdiff - src/util.h
Enable Windows installation to search for and use deployed extension configuration...
[andy/viking.git] / src / util.h
index 8c10de45fe042aff609f48102a7ff8c58d126cd7..0c99384dc956571e7d0cafe38602ef04964a0ac9 100644 (file)
@@ -38,7 +38,9 @@ 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 );
+void util_remove_all_in_deletion_list ( void );
+
 G_END_DECLS
 
 #endif
-