summaryrefslogtreecommitdiffstats
path: root/helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'helpers.h')
-rw-r--r--helpers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/helpers.h b/helpers.h
index 783efe530..e05363d6d 100644
--- a/helpers.h
+++ b/helpers.h
@@ -25,6 +25,8 @@ void set_default_dive_computer(const char *vendor, const char *product);
void set_default_dive_computer_device(const char *name);
QString getSubsurfaceDataPath(QString folderToFind);
extern const QString get_dc_nickname(const char *model, uint32_t deviceid);
+int gettimezoneoffset();
+int parseTemperatureToMkelvin(const QString& text);
extern DiveComputerList dcList;