X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=dive.h;h=a8e3c319afd58cbc9011d910f17a409997d9f707;hb=8e95ded57bdbaa66ba1c2ec25c55a56d53bce943;hp=53ecdfe00efc9d5ac41305bf488dd441551f7804;hpb=5c4cc39c56470b0a01274e69be703f0d4fc3080b;p=ext%2Fsubsurface.git diff --git a/dive.h b/dive.h index 53ecdfe..a8e3c31 100644 --- a/dive.h +++ b/dive.h @@ -101,6 +101,7 @@ struct sample { }; struct dive { + const char *name; time_t when; depth_t maxdepth, meandepth; duration_t duration, surfacetime; @@ -120,7 +121,7 @@ struct dive_table { extern struct dive_table dive_table; -void parse_xml_init(void); -void parse_xml_file(const char *filename); +extern void parse_xml_init(void); +extern void parse_xml_file(const char *filename); #endif /* DIVE_H */