NAME
irRemoveXferAllow, irRemoveXferDeny - remove an entry from
the transfer security allow/deny table
SYNOPSIS
#include <irapi-ad.h>
int irRemoveXferAllow(const IRA_STR_RANGE *extension_range)
int irRemoveXferDeny(const IRA_STR_RANGE *extension_range)
DESCRIPTION
The irRemoveXferAllow function removes the allow range
specified by extension_range from transfer security allow
table.
The irRemoveXferDeny function removes the denyd range speci-
fied by the extension range extensio_rangen
from the transfer deny table.
RETURN VALUE
IRR_OK is returned if the request is successful.
IRR_FAIL is returned if an error occurs.
ERROR
irError is set as follows if an error occurs:
IRER_INVALID if an invalid argument is passed in
IRER_NOTFOUND if the specified entry was not found
IRER_SYSERROR if a system error occurred (check irSysError
for additional information)
SEE ALSO
irAddXfer(3IRAPI), irReadXfer(3IRAPI), irQueryXfer(3IRAPI)
VERSION
This is version 11/25/02 of this man page.