]> err.no Git - mapper/commitdiff
Add gpx.h
authorKaj-Michael Lang <milang@angel.tal.org>
Thu, 9 Aug 2007 13:13:16 +0000 (16:13 +0300)
committerKaj-Michael Lang <milang@angel.tal.org>
Thu, 9 Aug 2007 13:13:16 +0000 (16:13 +0300)
src/gpx.h [new file with mode: 0644]

diff --git a/src/gpx.h b/src/gpx.h
new file mode 100644 (file)
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