From 98b16fe3349ba5aa2e67bc50b72752ebc7917c27 Mon Sep 17 00:00:00 2001 From: Kaj-Michael Lang Date: Thu, 9 Aug 2007 16:13:16 +0300 Subject: [PATCH] Add gpx.h --- src/gpx.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/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 -- 2.39.5