summaryrefslogtreecommitdiff
path: root/console-client/xkb/xkb.c
diff options
context:
space:
mode:
authorDiego Nieto Cid <dnietoc@gmail.com>2011-03-13 21:31:05 -0300
committerDiego Nieto Cid <dnietoc@gmail.com>2011-04-04 22:26:09 -0300
commitfe3e62d3ae72d6fb5d943a91cedd86fc3258bd74 (patch)
treefb1582db2391ff0a49192a7fc6cd220835320deb /console-client/xkb/xkb.c
parent62d95c76fe4f65bd923ad407864fc80fc636e124 (diff)
Use external encoding converter.
* console-client/xkb/xkb.c (cd): Change storage class to extern.
Diffstat (limited to 'console-client/xkb/xkb.c')
-rw-r--r--console-client/xkb/xkb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/console-client/xkb/xkb.c b/console-client/xkb/xkb.c
index fd84c6b6..bd8d60bb 100644
--- a/console-client/xkb/xkb.c
+++ b/console-client/xkb/xkb.c
@@ -42,9 +42,9 @@
#define NoSymbol 0
-
- /* The converter. */
- static iconv_t cd;
+
+/* The converter. */
+extern iconv_t cd;
/* All interpretations for compatibility. (Translation from keysymbol
to actions). */