summaryrefslogtreecommitdiffstats
path: root/x11vnc/8to24.h
diff options
context:
space:
mode:
Diffstat (limited to 'x11vnc/8to24.h')
-rw-r--r--x11vnc/8to24.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/x11vnc/8to24.h b/x11vnc/8to24.h
new file mode 100644
index 0000000..9861908
--- /dev/null
+++ b/x11vnc/8to24.h
@@ -0,0 +1,12 @@
+#ifndef _X11VNC_8TO24_H
+#define _X11VNC_8TO24_H
+
+/* -- 8to24.h -- */
+
+extern int multivis_count;
+
+extern void check_for_multivis(void);
+extern void bpp8to24(int, int, int, int);
+extern void mark_8bpp(void);
+
+#endif /* _X11VNC_8TO24_H */