X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/3530c91ee9f3c099cd363075fa6828f8fc723238..c9a5cbf917b6c208b30670bf85de2d4c4b14e3cc:/src/util.h diff --git a/src/util.h b/src/util.h index 1766cd4e..50871f03 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 @@ -30,5 +30,7 @@ void open_url(GtkWindow *parent, const gchar * url); void new_email(GtkWindow *parent, const gchar * address); +gchar *uri_escape(gchar *str); + #endif