Make some variables static.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4814 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2008-04-28 09:27:13 +00:00 committed by exg
commit e32e6fea4b
3 changed files with 5 additions and 5 deletions

View file

@ -33,9 +33,9 @@
# include <langinfo.h>
#endif
char *recode_fallback = NULL;
char *recode_out_default = NULL;
char *term_charset = NULL;
static char *recode_fallback = NULL;
static char *recode_out_default = NULL;
static char *term_charset = NULL;
static const char *fe_recode_get_target (WI_ITEM_REC *witem)
{