/*1* tkUnixInt.h --2*3* This file contains declarations that are shared among the4* UNIX-specific parts of Tk but aren't used by the rest of5* Tk.6*7* Copyright (c) 1995 Sun Microsystems, Inc.8*9* See the file "license.terms" for information on usage and redistribution10* of this file, and for a DISCLAIMER OF ALL WARRANTIES.11*12* SCCS: @(#) tkUnixInt.h 1.2 95/11/08 10:18:1313*/1415#ifndef _TKUNIXINT16#define _TKUNIXINT1718/*19* Prototypes for procedures that are referenced in files other20* than the ones they're defined in.21*/2223extern void TkCreateXEventSource _ANSI_ARGS_((void));2425#endif /* _TKUNIXINT */262728