X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=frontend.h;h=f4734aa82ace452cbf9cc843534d7123b6ae17f2;hb=756dc94735b48fd28efc0bd19c4099acc39ccb94;hp=865fc4868b8e773d6e4313f75ad069ab1dda366a;hpb=4a6e9231eb0f2dbd6de9230991396905eeaa13f3;p=xboard.git diff --git a/frontend.h b/frontend.h index 865fc48..f4734aa 100644 --- a/frontend.h +++ b/frontend.h @@ -201,4 +201,9 @@ typedef struct FrontEndProgramStats_TAG { void SetProgramStats P(( FrontEndProgramStats * stats )); /* [AS] */ +void EngineOutputPopUp P((void)); +void EngineOutputPopDown P((void)); +int EngineOutputIsUp P((void)); +int EngineOutputDialogExists P((void)); + #endif