X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=sst.h;h=255e5cc41f0050407fed56b709086470a974e665;hp=a2c4c92cbcac44e638945b80bc0c76cdc04c6314;hb=942f187b68be75931f4bd35015d74d284ef802c4;hpb=77e371705e1e059173ec9c88f63be7a460e44e50 diff --git a/sst.h b/sst.h index a2c4c92..255e5cc 100644 --- a/sst.h +++ b/sst.h @@ -373,8 +373,8 @@ int scan(void); void chew(void); void chew2(void); void skip(int); -void prout(char *s); -void proutn(char *s); +void prout(char *, ...); +void proutn(char *, ...); void stars(void); void newqad(int); int ja(void); @@ -397,14 +397,13 @@ void timwrp(void); void movcom(void); void torpedo(double, double, int, int, double *); void cramf(double, int, int); -void crami(int, int); void huh(void); void pause(int); void nova(int, int); void snova(int, int); void scom(int *); void hittem(double *); -void prouts(char *); +void prouts(char *, ...); int isit(char *); void preport(void); void orbit(void);