]> 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 069d478c5bcbb0dc838129fdd87602f7d21e83ad..0c99384dc956571e7d0cafe38602ef04964a0ac9 100644 (file)
@@ -38,11 +38,8 @@ GList * str_array_to_glist(gchar* data[]);
 
 gboolean split_string_from_file_on_equals ( const gchar *buf, gchar **key, gchar **val );
 
-guint8 mpp_to_zoom ( gdouble mpp );
-
-void check_latest_version ( GtkWindow *window );
-
-void set_auto_features_on_first_run ( void );
+void util_add_to_deletion_list ( const gchar* filename );
+void util_remove_all_in_deletion_list ( void );
 
 G_END_DECLS