#include <clib/reqtools_protos.h>

ULONG
rtEZRequest( char *body, char *gads, struct rtReqInfo *ri, APTR args, Tag tag, ... )
{
	return( rtEZRequestA( body, gads, ri, args, ( struct TagItem * ) &tag ) );
}
