From a3ad5254ee22b8aeb217a40f4c2fb602a4480906 Mon Sep 17 00:00:00 2001 From: rsc Date: Wed, 9 Jun 2004 14:13:24 +0000 Subject: add network routines --- include/thread.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/thread.h') 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); -- cgit v1.2.3