/* * * XCMD.h * * */ #ifndef EXEC_TYPES_H #include #endif #ifndef EXEC_PORTS_H #include #endif #ifndef DOS_DOS_H #include #endif struct XCMD { struct Message xcmd_Message; long xcmd_TermCmd; struct Screen *xcmd_TermScreen; BPTR xcmd_TermDir; char *xcmd_Command; void *xcmd_Args[16]; BOOL xcmd_TermError; }; #define XCMD_START 1 #define XCMD_STOP 2