summaryrefslogtreecommitdiff
path: root/lib9p/include
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-04-07 20:29:35 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-04-07 20:29:35 -0600
commitd053a0f6dffc575611324b81acaef0d1554bda6c (patch)
tree3eb702a06625ef1f6be0648f7fec311b628808e9 /lib9p/include
parent33b7cf675238367db2fc0528dea103d7792eaa0e (diff)
parent062e063f76c5937be4dc8465f6471ff9b5eb7be9 (diff)
Merge branch 'lukeshu/ipc'
Diffstat (limited to 'lib9p/include')
-rw-r--r--lib9p/include/lib9p/srv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib9p/include/lib9p/srv.h b/lib9p/include/lib9p/srv.h
index 070cf5a..ec47142 100644
--- a/lib9p/include/lib9p/srv.h
+++ b/lib9p/include/lib9p/srv.h
@@ -19,7 +19,7 @@
/* context ********************************************************************/
-CR_CHAN_DECLARE(_lib9p_srv_flushch, bool)
+CR_CHAN_DECLARE(_lib9p_srv_flushch, bool);
struct lib9p_srv_ctx {
struct lib9p_ctx basectx;
@@ -132,7 +132,7 @@ LO_INTERFACE(lib9p_srv_dio);
/* main server entrypoints ****************************************************/
-CR_RPC_DECLARE(_lib9p_srv_reqch, struct _lib9p_srv_req *, bool)
+CR_RPC_DECLARE(_lib9p_srv_reqch, struct _lib9p_srv_req *, bool);
struct lib9p_srv {
/* Things you provide */