add network routines

This commit is contained in:
rsc 2004-06-09 14:13:24 +00:00
parent d1b4cfde55
commit a3ad5254ee

View file

@ -118,6 +118,10 @@ int threadsetgrp(int); /* set thread group, return old */
void threadsetname(char *fmt, ...); void threadsetname(char *fmt, ...);
void threadsleep(int); void threadsleep(int);
Channel* threadwaitchan(void); Channel* threadwaitchan(void);
int threadannounce(char*, char*);
int threadlisten(char*, char*);
int threadaccept(int, char*);
int tprivalloc(void); int tprivalloc(void);
void tprivfree(int); void tprivfree(int);
void **tprivaddr(int); void **tprivaddr(int);