]> git.street.me.uk Git - andy/viking.git/blobdiff - src/maputils.h
Remove definition of a non existant function
[andy/viking.git] / src / maputils.h
index efd4e01fdd414dc2c3fe1aa9636faae96e46ef03..6a51dd209787cb42e77f6e6387511cff605c2c71 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * viking -- GPS Data and Topo Analyzer, Explorer, and Manager
  *
- * Copyright (C) 2013, Rob Norris <rw_norris@hotmail.com>
+ * Copyright (C) 2013-2014, Rob Norris <rw_norris@hotmail.com>
  *
  * 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
@@ -40,6 +40,8 @@ gboolean map_utils_vikcoord_to_iTMS ( const VikCoord *src, gdouble xzoom, gdoubl
 
 void map_utils_iTMS_to_center_vikcoord ( const MapCoord *src, VikCoord *dest );
 
+void map_utils_iTMS_to_vikcoord ( const MapCoord *src, VikCoord *dest );
+
 G_BEGIN_DECLS
 
 #endif