]> git.pond.sub.org Git - empserver/blobdiff - include/prototypes.h
update: Eliminate produce_sect()'s getnatp()
[empserver] / include / prototypes.h
index 600e321f1301c8ee0d6e4b27b5f56c1851e632af..007d477be1144b6cdca941e9a54dd1baca435172 100644 (file)
@@ -718,7 +718,7 @@ extern void guerrilla(struct sctstr *);
 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, int, struct bp *, int[][2]);
+extern void produce_sect(struct natstr *, int, struct bp *, int[][2]);
 /* ship.c */
 extern int prod_ship(int, int, struct bp *, int);