X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=include%2Fprototypes.h;h=ecb014bfc353056d72e094bc2fe079d0df1d0458;hp=a9e4556d72620040dd89253e2a6d128afdd9fdb7;hb=67fe316c0c96c98611b9efc2880a9b0475164250;hpb=e4654866cf9eeed8637f732775222a0c7a76a49b diff --git a/include/prototypes.h b/include/prototypes.h index a9e4556d7..ecb014bfc 100644 --- a/include/prototypes.h +++ b/include/prototypes.h @@ -450,6 +450,7 @@ extern int unitsatxy(coord, coord, int, int, int); extern int planesatxy(coord, coord, int, int); extern int asw_shipsatxy(coord, coord, int, int, struct plnstr *, struct shiplist **); +extern void print_shiplist(struct shiplist *); extern int has_units(coord, coord, natid); extern int adj_units(coord, coord, natid); extern int islist(char *);