#ifndef __AREXX_H__
#define __AREXX_H__

/* arexx command ID's */
enum
{
   REXX_CHECK = 0,
   REXX_QUIET,
   REXX_WAITING,
   REXX_VERSION,
   REXX_QUIT,
   REXX_AUTHOR,
   REXX_LAST
};

#endif /* __AREXX_H__ */