/*
   Prototypes for umssupport.library

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

#ifndef UMSSUP_PROTO_H
#define UMSSUP_PROTO_H

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


LONG ArexxQueryDummy(void);
int UMSSupportWriteReport(struct UMSReport *rpt, UMSMsgNum refmsgnum, char *RefID, char *Subj, char *Text);
struct UMSReport *UMSSupportInitReport(UMSUserAccount account, char *UserName, char *ToolName, char *Vstring);
void UMSSupportFreeReport(struct UMSReport *rpt);
int UMSSupportGetErr(char *buffer);
LONG UMSSupportFilterExpression(char *str, UMSUserAccount acc, ULONG mask, ULONG match, ULONG setbit);



#ifndef UMSSUP_H
#include <libraries/umssuplib.h>
#endif
