]> git.pond.sub.org Git - empserver/blobdiff - include/prototypes.h
prod() duplicates materials_cost(), clean up
[empserver] / include / prototypes.h
index 0291f5e0bc0004dfd9bd9c013cfcd2ab3c811943..63d0a8d93adb13a2576e98911c5862fe08f445ae 100644 (file)
@@ -716,6 +716,7 @@ extern int bank_income(struct sctstr *, int);
 /* produce.c */
 extern int produce(struct natstr *, struct sctstr *, short *, int, int,
                   int, int *, int *);
+extern int prod_materials_cost(struct pchrstr *, short[], int *);
 extern double prod_eff(int, float);
 /* removewants.c */
 extern int update_removewants(void);