X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=frontend.h;h=b06484f171a386e9d6d0eeabea5f9ac5af043314;hb=de1e5c90f7dc200af953878230331fefe4b38ed7;hp=bf79c67e5c34a54d689561170c17cc99b80bbc47;hpb=b8fda05a14b77f791e9646ffd715210aab0e9261;p=xboard.git diff --git a/frontend.h b/frontend.h index bf79c67..b06484f 100644 --- a/frontend.h +++ b/frontend.h @@ -142,6 +142,7 @@ void Wheel P((int dir, int x, int y)); int StartChildProcess P((char *cmdLine, char *dir, ProcRef *pr)); void DestroyChildProcess P((ProcRef pr, int/*boolean*/ signal)); void InterruptChildProcess P((ProcRef pr)); +char *BufferCommandOutput P((char *command, int size)); void RunCommand P((char *buf)); int OpenTelnet P((char *host, char *port, ProcRef *pr));