keyboard accelerators for both front ends.
[xboard.git] / menus.h
diff --git a/menus.h b/menus.h
index b7cbf03..7d810d4 100644 (file)
--- a/menus.h
+++ b/menus.h
 
 
 typedef void MenuProc P((void));
-typedef int (*FileProc) P((FILE *f, int n, char *title));
 
 typedef struct {
     char *string;
+    char *accel;
     char *ref;
     MenuProc *proc;
     void *handle;
@@ -74,7 +74,6 @@ typedef struct {
 
 extern Menu menuBar[];
 
-void MarkMenuItem P((char *menuRef, int state));
 void ErrorPopUp P((char *title, char *text, int modal));
 void AppendEnginesToMenu P((char *list));
 void LoadGameProc P((void));