aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/msgpack_rpc_helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/os/msgpack_rpc_helpers.h')
-rw-r--r--src/nvim/os/msgpack_rpc_helpers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/os/msgpack_rpc_helpers.h b/src/nvim/os/msgpack_rpc_helpers.h
index f4d01faa09..77e3d2637e 100644
--- a/src/nvim/os/msgpack_rpc_helpers.h
+++ b/src/nvim/os/msgpack_rpc_helpers.h
@@ -9,6 +9,8 @@
#include "nvim/func_attr.h"
#include "nvim/api/private/defs.h"
+void msgpack_rpc_helpers_init(void);
+
/// Functions for validating and converting from msgpack types to C types.
/// These are used by `msgpack_rpc_dispatch` to validate and convert each
/// argument.