]> git.street.me.uk Git - andy/viking.git/blobdiff - src/util.h
Add Show/Hide all Layers within an Aggregate Layer.
[andy/viking.git] / src / util.h
index 12a07fc1d80c444c34ad35107fbe4be41ec0ccb0..ec828a9033c3bdc2361f7ec44d0f241f5c1b7fdd 100644 (file)
@@ -36,7 +36,12 @@ 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 );
+
+guint8 mpp_to_zoom ( gdouble mpp );
+
+void check_latest_version ( GtkWindow *window );
+
 G_END_DECLS
 
 #endif
-