summaryrefslogtreecommitdiff
path: root/src/c_wayland_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_wayland_client.h')
-rw-r--r--src/c_wayland_client.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/c_wayland_client.h b/src/c_wayland_client.h
new file mode 100644
index 0000000..0a22a50
--- /dev/null
+++ b/src/c_wayland_client.h
@@ -0,0 +1,14 @@
+
+
+#ifndef C_WAYLAND_CLIENT_BINDING
+#define C_WAYLAND_CLIENT_BINDING
+
+
+typedef void (*log_hook_t)(char *msg, int fail);
+
+
+void wayland_client_set_log_hook(log_hook_t func);
+
+
+#endif
+