summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
authorGravatar Linus Torvalds <torvalds@linux-foundation.org>2012-08-16 10:28:10 -0700
committerGravatar Linus Torvalds <torvalds@linux-foundation.org>2012-08-16 10:28:10 -0700
commit91e7dcc555ada4fe43198327383e895e528c4cc7 (patch)
treea7f05de14c62373c4f59005b5c1e6cebf28a1ff5 /dive.h
parent77a903a6bb26d60e1736f7d5c118b598916b37f2 (diff)
parente8ec3df371f0496a52ebdc463245d7b9df3be6ff (diff)
downloadsubsurface-91e7dcc555ada4fe43198327383e895e528c4cc7.tar.gz
Merge branch 'suit' of git://git.hohndel.org/subsurface
Pull exposure suit tracking from Dirk Hohndel. * 'suit' of git://git.hohndel.org/subsurface: Add exposure protection tracking
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dive.h b/dive.h
index 8a867ad0d..faed89ac9 100644
--- a/dive.h
+++ b/dive.h
@@ -243,6 +243,7 @@ struct dive {
temperature_t airtemp, watertemp;
cylinder_t cylinder[MAX_CYLINDERS];
weightsystem_t weightsystem[MAX_WEIGHTSYSTEMS];
+ char *suit;
int sac, otu;
struct event *events;
int samples, alloc_samples;
@@ -342,6 +343,7 @@ extern void add_cylinder_description(cylinder_type_t *);
extern void add_weightsystem_description(weightsystem_t *);
extern void add_people(const char *string);
extern void add_location(const char *string);
+extern void add_suit(const char *string);
extern void remember_event(const char *eventname);
extern void evn_foreach(void (*callback)(const char *, int *, void *), void *data);