mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Make more uemis functions static
These are no longer called from other parts of the code. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
15edba9ab0
commit
79c2b00212
2 changed files with 2 additions and 4 deletions
2
uemis.h
2
uemis.h
|
@ -12,8 +12,6 @@ int uemis_get_weight_unit(int diveid);
|
|||
void uemis_mark_divelocation(int diveid, int divespot, char **location, double *longitude, double *latitude);
|
||||
void uemis_set_divelocation(int divespot, char *text, double longitude, double latitude);
|
||||
|
||||
void decode(uint8_t *in, uint8_t *out, int len);
|
||||
|
||||
typedef struct {
|
||||
uint16_t dive_time;
|
||||
uint16_t water_pressure; // (in cbar)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue