summaryrefslogtreecommitdiff
path: root/net9p.h
diff options
context:
space:
mode:
Diffstat (limited to 'net9p.h')
-rw-r--r--net9p.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/net9p.h b/net9p.h
index a017774..7b5f9f4 100644
--- a/net9p.h
+++ b/net9p.h
@@ -1,7 +1,9 @@
#ifndef _NET9P_H_
#define _NET9P_H_
-void net9p_listen_cr(void *);
-void net9p_worker_cr(void *);
+#include "coroutine.h"
+
+COROUTINE net9p_listen_cr(void *);
+COROUTINE net9p_worker_cr(void *);
#endif /* _NET9P_H_ */