summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-11-17 13:51:19 +0000
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-11-17 13:51:19 +0000
commit74582de06ccdd5bcec1aa7ed9f77854a765da4e0 (patch)
tree981411e15a2a09ff35b8c225da4a187315d56436 /dive.h
parent0d7c192e6edc1fba710632fd0844126e7c488599 (diff)
downloadsubsurface-74582de06ccdd5bcec1aa7ed9f77854a765da4e0.tar.gz
Add helper function to translate cylinder use text to matching idx
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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 1723c5b05..0be834851 100644
--- a/dive.h
+++ b/dive.h
@@ -647,6 +647,8 @@ extern int git_load_dives(struct git_repository *, const char *);
extern const char *saved_git_id;
extern void clear_git_id(void);
extern void set_git_id(const struct git_oid *);
+int cylinderuse_from_text(const char *text);
+
struct user_info {
const char *name;