X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/50a14534a51f892500ee82f867e8ab2f85b936ae..12b68116138027b0004412a3a058694a5102885c:/src/gpspoint.h?ds=inline diff --git a/src/gpspoint.h b/src/gpspoint.h index c68c36f5..18eb1bb0 100644 --- a/src/gpspoint.h +++ b/src/gpspoint.h @@ -22,7 +22,13 @@ #ifndef _VIKING_GPSPOINT_H #define _VIKING_GPSPOINT_H -void a_gpspoint_read_file ( VikTrwLayer *trw, FILE *f ); +#include "viktrwlayer.h" + +G_BEGIN_DECLS + +gboolean a_gpspoint_read_file ( VikTrwLayer *trw, FILE *f, const gchar *dirpath ); void a_gpspoint_write_file ( VikTrwLayer *trw, FILE *f ); +G_END_DECLS + #endif