X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=usystem.h;h=0aa18fe3d50351f0dbe478644a17b6201d073648;hb=3a75b74c7fc03b543993c90f4a9ebdea9f03b759;hp=43ba9eedaafc093f36293d12f3212026c623bf3b;hpb=14bd89bc510fb6ff864b235fbac39044079f131f;p=xboard.git diff --git a/usystem.h b/usystem.h index 43ba9ee..0aa18fe 100644 --- a/usystem.h +++ b/usystem.h @@ -67,22 +67,10 @@ typedef struct { int fdTo, fdFrom; } ChildProc; -#define INPUT_SOURCE_BUF_SIZE 8192 - -typedef struct { - CPKind kind; - int fd; - int lineByLine; - char *unused; - InputCallback func; - XtInputId xid; - char buf[INPUT_SOURCE_BUF_SIZE]; - VOIDSTAR closure; -} InputSource; - extern char *oldICSInteractionTitle; char *ExpandPathName P((char *path)); -int MySearchPath(char *installDir, char *name, char *fullname); -int MyGetFullPathName(char *name, char *fullname); +int MySearchPath P((char *installDir, char *name, char *fullname)); +int MyGetFullPathName P((char *name, char *fullname)); +void PlaySoundForColor P((ColorClass cc));