summaryrefslogtreecommitdiff
path: root/mimclient.h
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2012-04-11 03:12:40 +0200
committerJavier S. Pedro <maemo@javispedro.com>2012-04-11 03:12:40 +0200
commitbfbf55700091bb6084b3cbe151a762816db0e3f0 (patch)
treebf7605926a6e8fb06c85b1d1a605d889ca67a79f /mimclient.h
downloadxmimd-bfbf55700091bb6084b3cbe151a762816db0e3f0.tar.gz
xmimd-bfbf55700091bb6084b3cbe151a762816db0e3f0.zip
initial import
Diffstat (limited to 'mimclient.h')
-rw-r--r--mimclient.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/mimclient.h b/mimclient.h
new file mode 100644
index 0000000..ce44cd5
--- /dev/null
+++ b/mimclient.h
@@ -0,0 +1,8 @@
+#ifndef MIMSERVER_H
+#define MIMSERVER_H
+
+#include <glib.h>
+
+extern gboolean redirect_keys;
+
+#endif