From 52eb34af7be585c411a9a9ab39f0bea1d19e7d32 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Wed, 18 Sep 2024 00:53:51 -0600 Subject: fix? --- net9p.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'net9p.h') 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_ */ -- cgit v1.2.3-2-g168b