#ifndef DOCMAFR_PROTOS_H
#define DOCMAFR_PROTOS_H

#ifndef UTILITY_TAGITM_H
#include <utility/tagitem.h>
#endif

APTR     AllocDocMaRequest (ULONG reqType, struct TagItem *tags);
APTR AllocDocMaRequestTags (ULONG reqType, Tag Tag1, ...);
void      FreeDocMaRequest (APTR requester);
BOOL          DocMaRequest (APTR requester, struct TagItem *tags);
BOOL      DocMaRequestTags (APTR requester, Tag Tag1, ...);

#endif

