X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=frontend.h;h=18565a22c5ecde8998608cbe9f59eeeb632e87d7;hb=49ff2afc84db668b0f58cc3c6f785fc1942039a9;hp=64cd79f5ab22a8a1c5092693bc42d11c3753fb17;hpb=50ffaff1de1b05f1bf76dd842e734eff2974afd4;p=xboard.git diff --git a/frontend.h b/frontend.h index 64cd79f..18565a2 100644 --- a/frontend.h +++ b/frontend.h @@ -178,6 +178,7 @@ void GameListPopUp P((FILE *fp, char *filename)); void GameListPopDown P((void)); void GameListHighlight P((int index)); void GameListDestroy P((void)); +FILE *GameFile P((void)); /* these are in wedittags.c */ void EditTagsPopUp P((char *tags, char **dest)); @@ -185,7 +186,7 @@ void TagsPopUp P((char *tags, char *msg)); void TagsPopDown P((void)); void ParseIcsTextColors P((void)); -void ICSInitScript P((void)); +int ICSInitScript P((void)); void StartAnalysisClock P((void)); void EngineOutputPopUp P((void)); void EgineOutputPopDown P((void));