X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=sst.h;h=4c1db0ad833e12a85da95c7604a9e3105880cad4;hb=ead1cba0780d27b6e57e80a0d92150e949f5ab36;hp=aef476b76f19db679d01b2063088feaf992e8bd0;hpb=a8f5216ff30142b93e4ff3e9bc12535ed0792563;p=super-star-trek.git diff --git a/sst.h b/sst.h index aef476b..4c1db0a 100644 --- a/sst.h +++ b/sst.h @@ -445,6 +445,13 @@ 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;