summaryrefslogtreecommitdiffstats
path: root/x11vnc/v4l.h
diff options
context:
space:
mode:
Diffstat (limited to 'x11vnc/v4l.h')
-rw-r--r--x11vnc/v4l.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11vnc/v4l.h b/x11vnc/v4l.h
new file mode 100644
index 0000000..aeaddf5
--- /dev/null
+++ b/x11vnc/v4l.h
@@ -0,0 +1,10 @@
+#ifndef _X11VNC_V4L_H
+#define _X11VNC_V4L_H
+
+/* -- v4l.h -- */
+extern char *v4l_guess(char *str, int *fd);
+extern void v4l_key_command(rfbBool down, rfbKeySym keysym, rfbClientPtr client);
+extern void v4l_pointer_command(int mask, int x, int y, rfbClientPtr client);
+
+
+#endif /* _X11VNC_V4L_H */