summaryrefslogtreecommitdiff
path: root/net9p.h
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-09-22 21:25:56 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-09-22 21:25:56 -0600
commitd0ece36e8a041cb3d58194c18d736a0ef9105e75 (patch)
tree01d4f45a761db36838399f65df2b20c2b3beec56 /net9p.h
parent042220ed00c1b2642e8c3b7f68b858ec9c1e71d6 (diff)
wip
Diffstat (limited to 'net9p.h')
-rw-r--r--net9p.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/net9p.h b/net9p.h
index 7b5f9f4..f28a525 100644
--- a/net9p.h
+++ b/net9p.h
@@ -3,7 +3,6 @@
#include "coroutine.h"
-COROUTINE net9p_listen_cr(void *);
-COROUTINE net9p_worker_cr(void *);
+COROUTINE net9p_cr(void *);
#endif /* _NET9P_H_ */