- Removed slit 5 from amorset.c
- poldizug now sends all codes all the time - polterwrite writes the filename again - sanswave has been modifed to support the new second generation velocity selector - sinqhttprot has been mdified to copy data to nodes, this for the second generation HM object - tasscan suppressed some output
This commit is contained in:
3
psi.c
3
psi.c
@ -83,6 +83,8 @@ extern void AddHttpProtocoll();
|
||||
extern void AddPMACProtocoll();
|
||||
/* from pfeifferprot.c */
|
||||
extern void AddPfeifferProtocoll();
|
||||
/* from termprot.c */
|
||||
extern void AddTermProtocoll();
|
||||
|
||||
/*--------------------------------------------------------------------------*/
|
||||
void SiteInit(void)
|
||||
@ -111,6 +113,7 @@ void SiteInit(void)
|
||||
AddHttpProtocoll();
|
||||
AddPMACProtocoll();
|
||||
AddPfeifferProtocoll();
|
||||
AddTermProtocoll();
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user