Get rid of c_printf().
[super-star-trek.git] / sst.h
diff --git a/sst.h b/sst.h
index aef476b76f19db679d01b2063088feaf992e8bd0..14150a18be38941a58784c32b2a762ee2a8865fe 100644 (file)
--- a/sst.h
+++ b/sst.h
@@ -443,8 +443,14 @@ 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;