diff --git a/include/prototypes.h b/include/prototypes.h index 74b86d6d..8a2b4231 100644 --- a/include/prototypes.h +++ b/include/prototypes.h @@ -604,6 +604,7 @@ extern int prod_plane(int, int, int *, int); extern void populace(struct natstr *, register struct sctstr *, int); extern int total_work(register int, register int, register int, register int, register int); +extern double prod_eff(struct pchrstr *, float); /* prepare.c */ extern void tax(struct sctstr *, struct natstr *, int, long *, int *, int *, int *);