summaryrefslogtreecommitdiff
path: root/cwmcc/cwmcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'cwmcc/cwmcc.h')
-rw-r--r--cwmcc/cwmcc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/cwmcc/cwmcc.h b/cwmcc/cwmcc.h
new file mode 100644
index 00000000..09f46a22
--- /dev/null
+++ b/cwmcc/cwmcc.h
@@ -0,0 +1,6 @@
+#ifndef __cwmcc_cwmcc_h
+#define __cwmcc_cwmcc_h
+
+void cwmcc_startup(Display *d);
+
+#endif