#ifndef _PVMINT
#define _PVMINT

#ifndef _TCL
#include <tcl.h>
#endif
#ifndef	_PVM3_H_
#include <pvm3.h>
#endif
#ifndef _TKPVM
#include "tkPvm.h"
#endif

Define some standare msgtags, used internally

#define KILLTID_MSGTAG 9999
#define REDIRECT_MSGTAG 9998

Additional functions defined by TkPvm, that should not be used directly by other applications. Use the Tk_versions instead

EXTERN void	Pvm_CreateFileHandler _ANSI_ARGS_((int fd, int mask,
			    Tk_FileProc *proc, ClientData clientData));
EXTERN void	Pvm_DeleteFileHandler _ANSI_ARGS_((int fd));
EXTERN void	Pvm_DoWhenIdle _ANSI_ARGS_((Tk_IdleProc *proc,
			    ClientData clientData));
EXTERN void	Pvm_BackgroundError _ANSI_ARGS_((Tcl_Interp *interp));

#endif  /* _PVMINT */