Add Truncate function.
[brdnet.git] / brodnetd.pas
blobcfb1030d4e17b42558c1bd98039ba7b05932aee3
1 PROGRAM brodnetd;
3 { Poll loop. Read message, get handler, exec handler. }
4 uses ServerLoop
5 ,TestWatch
6 //,TestTC
7 //,TestChat
8 ,AsyncProcess
9 ,upmgr
10 ,TestFS
11 ,Download
14 BEGIN
15 ServerLoop.Main;
16 END.