summaryrefslogtreecommitdiffstats
path: root/core/equipment.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/equipment.h')
-rw-r--r--core/equipment.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/equipment.h b/core/equipment.h
index eb789ede8..e4c654689 100644
--- a/core/equipment.h
+++ b/core/equipment.h
@@ -46,8 +46,8 @@ typedef struct
#define W_IDX_PRIMARY 0
#define W_IDX_SECONDARY 1
-extern void add_cylinder_description(cylinder_type_t *);
-extern void add_weightsystem_description(weightsystem_t *);
+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);
extern bool cylinder_none(const cylinder_t *cyl);
extern bool weightsystem_none(const weightsystem_t *ws);