mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Cleanup: move cylinderuse_from_text() to equipment.c
Since this function doesn't act on a dive and is only related to cylinders, move it to equipment.c and equipment.h. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
342d04631e
commit
b862e028c6
4 changed files with 15 additions and 15 deletions
|
@ -44,6 +44,7 @@ typedef struct
|
|||
#define MAX_TANK_INFO (100)
|
||||
#define MAX_WS_INFO (100)
|
||||
|
||||
extern int cylinderuse_from_text(const char *text);
|
||||
extern void add_cylinder_description(const cylinder_type_t *);
|
||||
extern void add_weightsystem_description(const weightsystem_t *);
|
||||
extern bool cylinder_nodata(const cylinder_t *cyl);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue