]> git.tdb.fi Git - ext/subsurface.git/blobdiff - dive.h
Avoid using strptime
[ext/subsurface.git] / dive.h
diff --git a/dive.h b/dive.h
index f29712e2c382e437e66db5a7cc2e460e992bc482..7c64c21e25fcf849f848e55ef64db34a8afe9a6e 100644 (file)
--- a/dive.h
+++ b/dive.h
@@ -259,6 +259,10 @@ extern void run_ui(void);
 
 extern void report_error(GError* error);
 
+extern void add_cylinder_description(cylinder_type_t *);
+extern void add_people(const char *string);
+extern void add_location(const char *string);
+
 extern void dive_list_update_dives(void);
 extern void flush_divelist(struct dive *dive);