]> git.street.me.uk Git - andy/viking.git/blobdiff - src/util.h
Add Windows' path to configuration files
[andy/viking.git] / src / util.h
index 1766cd4e80d0aefaeeed77a2379f3260d550e936..50871f03c815e5bc39d8116762a23e14c2a1659f 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * viking -- GPS Data and Topo Analyzer, Explorer, and Manager
  *
- * Copyright (C) 2007 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
+ * Copyright (C) 2007-2009, Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
  * Based on:
- * Copyright (C) 2003-2007 Leandro A. F. Pereira <leandro@linuxmag.com.br>
+ * Copyright (C) 2003-2007, Leandro A. F. Pereira <leandro@linuxmag.com.br>
  *
  * 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