From 045983d7f419aff089e81f0e7c770dcf84f4a2eb Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 23 Jan 2025 22:06:29 +0900 Subject: wl: separate inline C Having a huge blurb of inline C hurts readability on web pages and some text editors. Signed-off-by: Ophestra --- wl/wayland-bind.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 wl/wayland-bind.h (limited to 'wl/wayland-bind.h') diff --git a/wl/wayland-bind.h b/wl/wayland-bind.h new file mode 100644 index 00000000..67898fc6 --- /dev/null +++ b/wl/wayland-bind.h @@ -0,0 +1,3 @@ +#include + +int32_t bind_wayland_fd(char *socket_path, int fd, const char *app_id, const char *instance_id, int sync_fd); \ No newline at end of file -- cgit v1.3.1