From: Kaj-Michael Lang Date: Thu, 9 Aug 2007 13:13:16 +0000 (+0300) Subject: Add gpx.h X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98b16fe3349ba5aa2e67bc50b72752ebc7917c27;p=mapper Add gpx.h --- diff --git a/src/gpx.h b/src/gpx.h new file mode 100644 index 0000000..7b0dc98 --- /dev/null +++ b/src/gpx.h @@ -0,0 +1,7 @@ +#ifndef _GPX_H +#define _GPX_H + +void gpx_init(void); +gboolean write_gpx(Path * path, GnomeVFSHandle * handle); + +#endif