X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/3530c91ee9f3c099cd363075fa6828f8fc723238..93ee73b30fd02e4bb8e15ae87bd9104d99b36783:/src/util.h diff --git a/src/util.h b/src/util.h index 1766cd4e..069d478c 100644 --- a/src/util.h +++ b/src/util.h @@ -1,9 +1,9 @@ /* * viking -- GPS Data and Topo Analyzer, Explorer, and Manager * - * Copyright (C) 2007 Guilhem Bonnefille + * Copyright (C) 2007-2009, Guilhem Bonnefille * Based on: - * Copyright (C) 2003-2007 Leandro A. F. Pereira + * Copyright (C) 2003-2007, Leandro A. F. Pereira * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -27,8 +27,23 @@ #include #include +G_BEGIN_DECLS + void open_url(GtkWindow *parent, const gchar * url); void new_email(GtkWindow *parent, const gchar * address); -#endif +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 ); + +void set_auto_features_on_first_run ( void ); + +G_END_DECLS + +#endif