- added seaclientprot (communication with other sics/sea servers)

This commit is contained in:
zolliker
2012-08-21 06:46:25 +00:00
parent 86d225a714
commit 91b9df0349
3 changed files with 95 additions and 1 deletions

1
psi.c
View File

@ -73,6 +73,7 @@ void SiteInit(void)
INIT(AddSLSEchoProtocoll);
INIT(AddCharByCharProtocoll);
INIT(AddBinProtocol);
INIT(AddSeaClientProtocol);
INIT(AddDumProtocol);
INIT(AddJVLProtocoll);