X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=sst.h;h=4c1db0ad833e12a85da95c7604a9e3105880cad4;hb=226428aac31ae604029f55c3c2fb7fff59e10009;hp=0e3e52419e4fcf22b69cc4a9c728269811c238c3;hpb=e29006d00a2962f32312e31bf142f77a99bde04d;p=super-star-trek.git diff --git a/sst.h b/sst.h index 0e3e524..4c1db0a 100644 --- a/sst.h +++ b/sst.h @@ -444,6 +444,14 @@ 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;