diff options
author | Diego Nieto Cid <dnietoc@gmail.com> | 2011-03-13 21:31:05 -0300 |
---|---|---|
committer | Diego Nieto Cid <dnietoc@gmail.com> | 2011-04-04 22:26:09 -0300 |
commit | fe3e62d3ae72d6fb5d943a91cedd86fc3258bd74 (patch) | |
tree | fb1582db2391ff0a49192a7fc6cd220835320deb | |
parent | 62d95c76fe4f65bd923ad407864fc80fc636e124 (diff) |
Use external encoding converter.
* console-client/xkb/xkb.c (cd): Change storage class to extern.
-rw-r--r-- | console-client/xkb/xkb.c | 6 |
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). */ |