aboutsummaryrefslogtreecommitdiff
path: root/x11.h
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2014-08-15 20:49:23 +0200
committerJavier <dev.git@javispedro.com>2014-08-15 20:49:23 +0200
commit9694ec75ab1464b3699ef367f3800e60bef0cc7a (patch)
tree645c4d0fc9b8c71162cdf9f4ac572904b0bc4079 /x11.h
downloadcoveraudiod-9694ec75ab1464b3699ef367f3800e60bef0cc7a.tar.gz
coveraudiod-9694ec75ab1464b3699ef367f3800e60bef0cc7a.zip
initial import
Diffstat (limited to 'x11.h')
-rw-r--r--x11.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/x11.h b/x11.h
new file mode 100644
index 0000000..b5054f6
--- /dev/null
+++ b/x11.h
@@ -0,0 +1,9 @@
+#ifndef X11_H
+#define X11_H
+
+#include <stdbool.h>
+
+bool x11_init();
+void x11_close();
+
+#endif // X11_H