diff options
Diffstat (limited to 'include/thread.h')
-rw-r--r-- | include/thread.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/thread.h b/include/thread.h index 2721fb4e..ce2d73bb 100644 --- a/include/thread.h +++ b/include/thread.h @@ -118,6 +118,10 @@ int threadsetgrp(int); /* set thread group, return old */ 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); |