]> err.no Git - mapper/blob - src/gpx.h
Include settings.h so the banner macro hildon version works.
[mapper] / src / gpx.h
1 #ifndef _GPX_H
2 #define _GPX_H
3
4 #include <glib.h>
5 #include <libgnomevfs/gnome-vfs.h>
6 #include "path.h"
7
8 void gpx_init(void);
9 gboolean write_gpx(Path *path, GnomeVFSHandle *handle);
10 gboolean parse_gpx(Path *to_replace, gchar *buffer, gint size, gint policy_old);
11
12 #endif