NAME
          irInitXferAllow - initialize the transfer security allow
          table

          irInitXferDeny - initialize the transfer security deny table

          irInitXferTables - initialize both the transfer security
          allow and deny tables

     SYNOPSIS
          #include <irapi-ad.h>

          int irInitXferAllow (int numallow);

          int irInitXfeDeny (int numdeny);

          int irInitXferTables (int numallow, int numdeny);

     DESCRIPTION
          The irInitXferAllow, irInitXferDeny and irInitXferTables
          functions allow users to initialize the allow and deny
          table, or both the transfer security allow and deny tables
          respectively [see IRAPI(4IRAPI-AD)].

          The irInitXferTables function creates and initializes an
          transfer security allow table with numallow entries,  as
          well as creating and initializing an transfer security deny
          table with numdeny entries.

          The irInitXferAllow function creates and initializes a
          transfer security allow table with numallow entries.

          The irInitXferDeny function creates and initializes a
          transfer security deny table with numdeny entries.

     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_SYSERROR if a system error occurred (check irSysError
          for additional information)

     SEE ALSO
          irAPI.rc(4IRAPI)

     VERSION
          This is version 8/31/00 of this man page.