]> git.pond.sub.org Git - empserver/blobdiff - include/update.h
update: Give a few helpers internal linkage
[empserver] / include / update.h
index 5797b6c7d48185baa89dfa97755f536421d0289f..8138ad769ca67abbd239106efb8bcbcf6f9f26b4 100644 (file)
@@ -140,8 +140,6 @@ extern void pay_reserve(struct natstr *, int);
 /* produce.c */
 extern void produce(struct natstr *, struct sctstr *);
 extern double prod_output(struct sctstr *, double);
-extern double prod_materials_cost(struct pchrstr *, short[], int *);
-extern double prod_resource_limit(struct pchrstr *, unsigned char *);
 extern double prod_eff(int, float);
 /* removewants.c */
 extern int update_removewants(void);