X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/1f78e182e7eaf305c3a10d2e145dbcc994d5e862..db43cfa4df71667eeb27da8db6a48d3ab63e2fea:/src/util.h?ds=sidebyside diff --git a/src/util.h b/src/util.h index 955b812e..9ddfb340 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-2009 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,10 +27,17 @@ #include #include +G_BEGIN_DECLS + void open_url(GtkWindow *parent, const gchar * url); void new_email(GtkWindow *parent, const gchar * address); gchar *uri_escape(gchar *str); -#endif +GList * str_array_to_glist(gchar* data[]); + +gboolean split_string_from_file_on_equals ( const gchar *buf, gchar **key, gchar **val ); +G_END_DECLS + +#endif