commit a3ad5254ee22b8aeb217a40f4c2fb602a4480906 from: rsc date: Wed Jun 09 14:13:24 2004 UTC add network routines commit - d1b4cfde55d1ba163047cb49b1305452be6f66fc commit + a3ad5254ee22b8aeb217a40f4c2fb602a4480906 blob - 2721fb4ed78e1be446314fac74f7f2129496356b blob + ce2d73bb7b842d8ce4d1b3d56bd93dafb31d7d13 --- include/thread.h +++ include/thread.h @@ -118,6 +118,10 @@ int threadsetgrp(int); /* set thread group, return ol void threadsetname(char *fmt, ...); void threadsleep(int); Channel* threadwaitchan(void); +int threadannounce(char*, char*); +int threadlisten(char*, char*); +int threadaccept(int, char*); + int tprivalloc(void); void tprivfree(int); void **tprivaddr(int);