aboutsummaryrefslogtreecommitdiff
path: root/include/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/thread.h')
-rw-r--r--include/thread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/thread.h b/include/thread.h
index 6c12648e..18bb4091 100644
--- a/include/thread.h
+++ b/include/thread.h
@@ -82,6 +82,7 @@ int procrfork(void (*f)(void *arg), void *arg, unsigned int stacksize, int flag
void** procdata(void);
void threadexec(Channel *, int[3], char *, char *[]);
void threadexecl(Channel *, int[3], char *, ...);
+int threadspawn(int[3], char*, char*[]);
int recv(Channel *c, void *v);
void* recvp(Channel *c);
unsigned long recvul(Channel *c);