X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=sst.h;h=14150a18be38941a58784c32b2a762ee2a8865fe;hb=332c6482c6a33c591de1dbcbd66f45f3a8fff499;hp=7e0734b824338f36efc6e259bd8990e9789b7f7c;hpb=458c7ff54123a67012af3d60d1c83e7a43b8eb74;p=super-star-trek.git diff --git a/sst.h b/sst.h index 7e0734b..14150a1 100644 --- a/sst.h +++ b/sst.h @@ -443,10 +443,15 @@ void cgetline(char *, int); void waitfor(void); void setpassword(void); void commandhook(char *, int); -void c_printf (char *format, ... ); void makechart(void); void enqueue(char *s); +/* mode arguments for srscan() */ +#define SCAN_FULL 1 +#define SCAN_REQUEST 2 +#define SCAN_STATUS 3 +#define SCAN_NO_LEFTSIDE 4 + typedef struct { int wndleft,wndtop,wndright,wndbottom; } wnd;