X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=include%2Fprototypes.h;h=94b838333320ac5f65a2f17ff8f1f79077032c53;hp=326cf46c96995b22eb137b64444b0d3489d7563f;hb=fd894d9864423e6a3241c84dbce67ec86880ee2d;hpb=e7fec280097ef069ae18b77e9acc3a46779dddb4 diff --git a/include/prototypes.h b/include/prototypes.h index 326cf46c9..94b838333 100644 --- a/include/prototypes.h +++ b/include/prototypes.h @@ -492,8 +492,9 @@ extern int move_ground(struct sctstr *, struct sctstr *, int, int *); extern int fly_map(coord, coord); /* mslsub.c */ -extern int msl_hit(struct plnstr *, int, int, int, int, char *, - coord, coord, int); +extern int msl_launch(struct plnstr *, int, char *, coord, coord, natid, + int *); +extern int msl_hit(struct plnstr *, int, int, int, int, int, natid); extern void msl_sel(struct emp_qelem *, coord, coord, natid, int, int, int); extern int msl_abm_intercept(struct plnstr *, coord, coord, int);