X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=include%2Fprototypes.h;h=1b3e0fc528e1c38f167952c7b8d07b70cbbeee77;hp=44a3671e09719c73c64002ab17ce3473c2f2791e;hb=520446ef;hpb=26110320c04a23d128307b81770ff98ced8d0841 diff --git a/include/prototypes.h b/include/prototypes.h index 44a3671e0..1b3e0fc52 100644 --- a/include/prototypes.h +++ b/include/prototypes.h @@ -793,8 +793,7 @@ extern void sail_ship(natid); extern void do_fallout(struct sctstr *, int); extern void spread_fallout(struct sctstr *, int); extern void decay_fallout(struct sctstr *, int); -extern void produce_sect(int natnum, int etu, int *bp, - long (*p_sect)[2], int sector_type); +extern void produce_sect(int, int, int *, long [][2]); /* ship.c */ extern int prod_ship(int, int, int *, int);