Restored REQUEST.
[super-star-trek.git] / sst.h
diff --git a/sst.h b/sst.h
index 7e0734b824338f36efc6e259bd8990e9789b7f7c..4c1db0ad833e12a85da95c7604a9e3105880cad4 100644 (file)
--- a/sst.h
+++ b/sst.h
@@ -447,6 +447,12 @@ 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;