summaryrefslogtreecommitdiff
path: root/src/Cmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Cmap.h')
-rw-r--r--src/Cmap.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Cmap.h b/src/Cmap.h
new file mode 100644
index 00000000..b4312be7
--- /dev/null
+++ b/src/Cmap.h
@@ -0,0 +1,11 @@
+/* $XFree86$ */
+
+#ifndef _CMAP_H_
+#define _CMAP_H_
+
+extern void
+_XcmsDeleteCmapRec(
+ Display *dpy,
+ Colormap cmap);
+
+#endif /* _CMAP_H_ */