]> git.street.me.uk Git - andy/viking.git/blobdiff - src/terraservermapsource.h
Use $(top_srcdir) to locate AUTHORS file
[andy/viking.git] / src / terraservermapsource.h
index 2b00f6ada38800db82746c86120cca046c467402..874b519a619e7232168563483f456b23ef2c8ea1 100644 (file)
@@ -1,7 +1,7 @@
 /* -*- 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
@@ -49,7 +49,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