]> git.street.me.uk Git - andy/viking.git/blobdiff - src/coords.h
Remove dependencies to gob2
[andy/viking.git] / src / coords.h
index a998fd532b1b8a890f5d8d2ed8ee24d0c23c1d5f..0bf335fd258000062508ff9465f1a92f71f15d9f 100644 (file)
@@ -65,6 +65,11 @@ double a_coords_latlon_diff ( const struct LatLon *ll1, const struct LatLon *ll2
  */
 char *a_coords_dtostr ( double d );
 
-
+/**
+ * Convert a LatLon to strings.
+ *
+ * Use the prefered representation.
+ */
+void a_coords_latlon_to_string ( const struct LatLon *latlon, gchar **lat, gchar **lon );
 
 #endif