Make routine to probe shift keys
[xboard.git] / dialogs.h
index cbc6cbf..d7d763f 100644 (file)
--- a/dialogs.h
+++ b/dialogs.h
@@ -59,6 +59,11 @@ void AddHandler  P((Option *opt, int nr));
 void SendText P((int n));
 
 void InitDrawingParams P(()); // in xboard.c
+void ErrorPopUp P((char *title, char *text, int modal));
+int  ShiftKeys P((void));
 
 void BoxAutoPopUp P((char *buf));
+void IcsKey P((int n));
+void ICSInputBoxPopUp P((void));
+