From fe3e62d3ae72d6fb5d943a91cedd86fc3258bd74 Mon Sep 17 00:00:00 2001 From: Diego Nieto Cid Date: Sun, 13 Mar 2011 21:31:05 -0300 Subject: Use external encoding converter. * console-client/xkb/xkb.c (cd): Change storage class to extern. --- console-client/xkb/xkb.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'console-client') 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). */ -- cgit v1.2.3