Init and start the NetWatch task

r1486 | dcl | 2007-02-15 07:50:30 +1100 (Thu, 15 Feb 2007) | 2 lines
This commit is contained in:
Douglas Clowes
2007-02-15 07:50:30 +11:00
parent 418f5fb5d9
commit e45bd5e314

View File

@@ -43,7 +43,8 @@ extern pCodri MakeTcpDoChoDriver(char *tclArray, SConnection *pCon);
void SiteInit(void) {
int NetWatchInit(void);
NetWatchInit();
#define INIT(F) { void F(void); F(); }
/* insert here initialization routines ... */