Knock SERGEEV out of setup.
[super-star-trek.git] / sst.h
diff --git a/sst.h b/sst.h
index da406c1770472f2f8d1b490837211d2b189be10e..7d0b9c37478b03c63fd3a2e9cf2ae47e81d3b5dc 100644 (file)
--- a/sst.h
+++ b/sst.h
@@ -423,9 +423,7 @@ int isit(char *);
 void preport(void);
 void orbit(void);
 void sensor(void);
-#ifdef SERGEEV
 void drawmaps(short);
-#endif /* SERGEEV */
 void beam(void);
 void mine(void);
 void usecrystals(void);
@@ -438,16 +436,14 @@ void probe(void);
 void clearscreen(void);
 void iostart(int);
 void ioend(void);
-#ifdef SERGEEV
 void setwnd(short);
-#endif /* SERGEEV */
 void warble(void);
 void getline(char *, int);
+void waitfor(void);
+void setpassword(void);
 void commandhook(char *, int);
 
-#ifdef SERGEEV
 typedef struct {
         int wndleft,wndtop,wndright,wndbottom;
 } wnd;
 extern wnd wnds[6];
-#endif /* SERGEEV */