]> git.street.me.uk Git - andy/viking.git/blobdiff - src/util.h
Enable widget sensitivity in the layer properties to be controlled.
[andy/viking.git] / src / util.h
index 955b812eb11ced678b8cff712c9261dd211fc141..9ddfb340c5870ae6a2a272d74d255f6ce32b17de 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * viking -- GPS Data and Topo Analyzer, Explorer, and Manager
  *
 /*
  * viking -- GPS Data and Topo Analyzer, Explorer, and Manager
  *
- * Copyright (C) 2007-2009 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
+ * Copyright (C) 2007-2009, Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
  * Based on:
  * 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
  *
  * 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
 #include <glib.h>
 #include <gtk/gtk.h>
 
 #include <glib.h>
 #include <gtk/gtk.h>
 
+G_BEGIN_DECLS
+
 void open_url(GtkWindow *parent, const gchar * url);
 void new_email(GtkWindow *parent, const gchar * address);
 
 gchar *uri_escape(gchar *str);
 
 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