home *** CD-ROM | disk | FTP | other *** search
- ##base _FlowBase
- ##bias 30
- * the first function (_LVOfindReq == -30)
- * FindReq should really not be used. It WILL be going away.
- FindReq(remote, outbound, buf)(d0,d1,a0)
- * ReadNodeWork and WriteNodeWork are really a internal functions,
- * but might be usefull for managing your own private queues.
- * They are anachronisms.
- ReadNodeWork(outbound, detail, remote)(d0,d1,a0)
- WriteNodeWork(outbound, detail, remote)(d0,d1,a0)
- * AddWork is the basic file queuing function.
- AddWork(detail,file,flag)(d0,d1,a0)
- FindWork(lastwork)(d0)
- FreeWorkNode(somework)(d0)
- FreeDetail(detail)(d0)
- * No real reason for this to be public...
- * It it an AmigaDOS equivalent to stdio's fgets().
- FhGetS(buf,len,fh)(d0,d1,a0)
- AddWorkName(detail,file,asfile,flag)(d0,d1,a0,a1)
- AllocDetail()()
- BeginTraverseOldWork(detail)(d0)
- BeginTraverseNewWork(detail)(d0)
- BeginTraverseSlowWork(detail)(d0)
- NextSlowTraverse(detail,oldwork)(d0,d1)
- EndTraverseWork(detail)(d0)
- EndTraverseSlowWork(detail)(d0)
- FindDetail(site)(d0)
- ScanOutbound(outbound)(d0)
- SetDefaultAddress(site)(d0)
- DumpOutbound(outbound)(d0)
- BeginTraverseOutbound()()
- FindOutbound(detail)(d0)
- EndTraverseOutbound()()
- DetailCount(detail)(d0)
- DetailMaxPri(detail)(d0)
- KillRequest(detail)(d0)
- ChangeDetailPri(detail,detail_node,pri)(d0,d1,a0)
- SetOutbound(outbounddir)(d0)
- GetOutbound()()
- GetDefaultAddress()()
- EndTraverseSlowWorkDetail(detail,oldwork)(d0,d1)
- ##end
-
-
-