#ifndef __EDPLAYER
#define __EDPLAYER

typedef struct EdMessage {     /* This is the EdMessage struct!!!! */
    struct Message MainMess;
    double pad1;
    long   pad2;    /* Pads are so some fields coincide with ARexx, but */
    long   result;  /* don't use this with anything except EdPlayer!    */
    long   result2;
    char   *EdCommand;
};

#endif
