]> git.tdb.fi Git - ext/subsurface.git/blobdiff - dive.h
Split up profile frame generation into its own file.
[ext/subsurface.git] / dive.h
diff --git a/dive.h b/dive.h
index 53ecdfe00efc9d5ac41305bf488dd441551f7804..a8e3c319afd58cbc9011d910f17a409997d9f707 100644 (file)
--- 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 */