
{  Procedure [XREF] declarations for cybil interface to the nam aip routines
{    on the c170 side.

{  The interfaces reside on (c170, compass) deck ifmcin .


  PROCEDURE [XREF] net#on (aname: iit$nam_application_name;
    nsup: ^cell;
    status: ^cell;
    minacn,
    maxacn: iit$application_connection_num);

  PROCEDURE [XREF] net#wait (time,
    kind: integer);

  PROCEDURE [XREF] net#off;

  PROCEDURE [XREF] net#gtl (aln: iit$application_list_number;
    msg: ^cell;
    tlmax: iit$text_length);

  PROCEDURE [XREF] net#get (acn: iit$application_connection_num;
    msg: ^cell;
    tlmax: iit$text_length);

  PROCEDURE [XREF] net#put (msg: ^cell);

  PROCEDURE [XREF] net#stc (onoff: integer;
    avail: ^cell);

  PROCEDURE [XREF] net#dbg (dbugsup: integer;
    dbugdat: integer;
    avail: ^cell);

  PROCEDURE [XREF] roj (time: integer);

  PROCEDURE [XREF] pause (time: integer);
