X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=frontend.h;h=1c32c35cf083bc527779c7abc9dc1fe7b3d3f28a;hb=51c9e1b8ab3c5d4979bc4569b3d0387b09977315;hp=483356a99efee1feff22fdb69460529c956643b0;hpb=fd1213c4557770ea82b25e443230345f50dfb97c;p=xboard.git diff --git a/frontend.h b/frontend.h index 483356a..1c32c35 100644 --- a/frontend.h +++ b/frontend.h @@ -111,6 +111,7 @@ void EchoOff P((void)); void Raw P((void)); void Colorize P((ColorClass cc, int continuation)); char *InterpretFileName P((char *name, char *dir)); +void DoSleep P((int n)); char *UserName P((void)); char *HostName P((void)); @@ -143,6 +144,7 @@ int RightClick P((ClickType c, int x, int y, int *col, int *row)); int StartChildProcess P((char *cmdLine, char *dir, ProcRef *pr)); void DestroyChildProcess P((ProcRef pr, int/*boolean*/ signal)); void InterruptChildProcess P((ProcRef pr)); +void RunCommand P((char *buf)); int OpenTelnet P((char *host, char *port, ProcRef *pr)); int OpenTCP P((char *host, char *port, ProcRef *pr));