/*
   Includes for umssupport.library

   V0.4 chr@quack.westfalen.de '95
*/

#ifndef UMSSUP_H
#define UMSSUP_H
#endif

#ifndef UMSSUP_PRAGMA_H
#include <pragmas/umssup_pragma.h>
#endif

#ifndef UMSSUP_PROTO_H
#include <proto/umssup_proto.h>
#endif



# define ERR_REPREPLY       100
# define ERR_PARSE_REPREPLY 101
# define ERR_REPUSER        102
# define ERR_REPFOLDER      103
# define ERR_REPGROUP       104
# define ERR_CONFIGERR      105

# define ERR_VAR_MISSED     200
# define ERR_NOMEM          201
# define ERR_CANOT_WRITE    202


struct UMSReport {
   UMSUserAccount report_account;
   int WriteReport;
   int SetUnread;
   char *ToolName;
   char *ReplyName;
   char *ReplyAddr;
   char *ReportName;
   char *ReportAddr;
   char *ReportGroup;
   char *ReportFolder;
   char *Comment;
   };

