X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/c9c9e65824da26a02d48d932d2730e599813a567..ab4553c3321e7d41330252da08d42a4c3b558110:/src/terraservermapsource.h?ds=sidebyside diff --git a/src/terraservermapsource.h b/src/terraservermapsource.h index 2b00f6ad..595976b4 100644 --- a/src/terraservermapsource.h +++ b/src/terraservermapsource.h @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* * viking - * Copyright (C) Guilhem Bonnefille 2009 + * Copyright (C) 2009, Guilhem Bonnefille * * 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 @@ -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 (guint8 id, const char *label, int type); G_END_DECLS