]> git.pond.sub.org Git - empserver/blobdiff - include/prototypes.h
Remove takeover_ship() and takeover_land() parameter hostile
[empserver] / include / prototypes.h
index 8efbcf1ee6017dd9e2393337393a7eca3eadf770..cfc98cb807c5b134418082f5c3d2e4ceafabb40b 100644 (file)
@@ -686,9 +686,9 @@ extern void resupply_commod(struct lndstr *, i_type);
 extern int supply_commod(int, int, int, i_type, int);
 extern int has_supply(struct lndstr *);
 /* takeover.c */
-extern void takeover_land(struct lndstr *, natid, int);
+extern void takeover_land(struct lndstr *, natid);
 extern void takeover(struct sctstr *, natid);
-extern void takeover_ship(struct shpstr *, natid, int);
+extern void takeover_ship(struct shpstr *, natid);
 extern void takeover_plane(struct plnstr *, natid);
 /* trdsub.c */
 /* trechk.c */