]> git.tdb.fi Git - ext/subsurface.git/blobdiff - dive.h
Save and restore a "dive number"
[ext/subsurface.git] / dive.h
diff --git a/dive.h b/dive.h
index 6191b60b9179d2fcde0847cde6efcdbf36ead229..3b5e5abd75a0e9b757aaa2f0582be802a3ebbe40 100644 (file)
--- a/dive.h
+++ b/dive.h
@@ -128,6 +128,7 @@ struct sample {
 #define MAX_CYLINDERS (8)
 
 struct dive {
+       int nr;
        time_t when;
        char *location;
        char *notes;