summaryrefslogtreecommitdiff
path: root/lib9p/include
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-04-06 23:37:07 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-04-07 01:36:34 -0600
commit599c887d12d406296f356a02b1088f04ffe1f26e (patch)
treee2e4361fdcc8033ed02e3f144f66064e21793be8 /lib9p/include
parentb46d9f8886517c5e54cafc8bba1a6e0e30fdb691 (diff)
libcr_ipc: Have *_DECLARE() allow+require semicolons
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 */