cleanup: move declaration of utc_mk* functions to new subsurface-time.h header

No point in slurping in all of dive.h for translation units that only
want to do some time manipulation without ever touching a dive.

Don't call the header "time.h", because we don't want to end up in a
confusion with the system header of the same name.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2020-05-01 14:07:59 +02:00 committed by Dirk Hohndel
parent 50b195142b
commit 9c70261c0e
21 changed files with 38 additions and 16 deletions

View file

@ -309,9 +309,6 @@ extern bool subsurface_user_is_root(void);
extern timestamp_t get_times();
extern timestamp_t utc_mktime(struct tm *tm);
extern void utc_mkdate(timestamp_t, struct tm *tm);
extern struct dive *alloc_dive(void);
extern void free_dive(struct dive *);
extern void free_dive_dcs(struct divecomputer *dc);