]> git.street.me.uk Git - andy/viking.git/blobdiff - src/gpspoint.h
Some explicit setting of dirpath values to NULL.
[andy/viking.git] / src / gpspoint.h
index 18eb1bb0aff95eab9635226b7aad8f8aaf3d216c..cc77518942a43b2afed0a486e8d41b395a9fdf81 100644 (file)
@@ -27,7 +27,7 @@
 G_BEGIN_DECLS
 
 gboolean a_gpspoint_read_file ( VikTrwLayer *trw, FILE *f, const gchar *dirpath );
-void a_gpspoint_write_file ( VikTrwLayer *trw, FILE *f );
+void a_gpspoint_write_file ( VikTrwLayer *trw, FILE *f, const gchar *dirpath );
 
 G_END_DECLS