; File:[AMIRTR]AMIRTR.MOD Last edit: 5-DEC-1989 21:24:43 ; ; Author: Jim Bostwick ; History: ; ; Here is the library file spec line: AMIRTR ; And here are the modules and their entry points: ; Main line routine AMIRTR.PAS ; Shutdown routine DEINIT.PAS %DEINIT ; Debug Routines DEBUG.PAS %DEBUG %DBGIO %DBGHDR %OPNDBG ; Process router controll packets DOCTL.PAS %DOCTL ; Process network mailbox traffic DOMAIL.PAS %DOMAIL ; Locate net link GETLNK.PAS %GETLNK ; Initialization INIT.PAS %INIT ; Receive local (RCVD) messages MSGIN.PAS %MSGIN ; Receive remote (network) messages NETIN.PAS %NETIN ; Create new network link NEWLNK.PAS %NEWLNK ; Format and output error messages SIGNAL.PAS %SIGNAL ; ; ; ; End of the file ;