diff options
Diffstat (limited to 'net9p.h')
-rw-r--r-- | net9p.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -3,7 +3,6 @@ #include "coroutine.h" -COROUTINE net9p_listen_cr(void *); -COROUTINE net9p_worker_cr(void *); +COROUTINE net9p_cr(void *); #endif /* _NET9P_H_ */ |