X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=frontend.h;h=38abd03cd386c9642dbce6ecfa9a28d45a5478fe;hb=8e2285c90cf5a1230fdf8fde9640c5a0ea67f0c4;hp=3e3e0b4cd692f8120ae5e9cb4e501446d26355a7;hpb=a08cdaabd09c9fd7351b1726065d5157b1651fd5;p=xboard.git diff --git a/frontend.h b/frontend.h index 3e3e0b4..38abd03 100644 --- a/frontend.h +++ b/frontend.h @@ -155,6 +155,14 @@ void CmailSigHandlerCallBack P((InputSourceRef isr, VOIDSTAR closure, extern ProcRef cmailPR; +/* in xgamelist.c or winboard.c */ +void GLT_ClearList(); +void GLT_DeSelectList(); +void GLT_AddToList( char *name ); +Boolean GLT_GetFromList( int index, char *name ); + +extern char lpUserGLT[]; + /* these are in wgamelist.c */ void GameListPopUp P((FILE *fp, char *filename)); void GameListPopDown P((void));