]> git.street.me.uk Git - andy/viking.git/blobdiff - src/terraservermapsource.h
added save previous user input string and input label options to datasource search...
[andy/viking.git] / src / terraservermapsource.h
index 2b00f6ada38800db82746c86120cca046c467402..673d44cdc1abe66fecddf0f6075db6240d0b93dd 100644 (file)
@@ -1,11 +1,11 @@
 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
 /*
  * viking
- * Copyright (C) Guilhem Bonnefille 2009 <guilhem.bonnefille@gmail.com>
+ * Copyright (C) 2009, Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
  * 
  * viking is free software: you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the
- * Free Software Foundation, either version 3 of the License, or
+ * Free Software Foundation, either version 2 of the License, or
  * (at your option) any later version.
  * 
  * viking is distributed in the hope that it will be useful, but
@@ -23,7 +23,6 @@
 #include "vikcoord.h"
 #include "mapcoord.h"
 #include "vikmapsourcedefault.h"
-#include "download.h"
 
 G_BEGIN_DECLS
 
@@ -49,7 +48,7 @@ struct _TerraserverMapSource
 
 GType terraserver_map_source_get_type (void) G_GNUC_CONST;
 
-TerraserverMapSource * terraserver_map_source_new_with_id (guint8 id, int type);
+TerraserverMapSource * terraserver_map_source_new_with_id (guint16 id, const char *label, int type);
 
 G_END_DECLS