FileStore help functions
[brdnet.git] / brodnetd.pas
blob6b8f84c841208cb77b26840ca4f742e3cb15af7d
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.