Merge pull request #3587 from techee/unused_remove
[geany-mirror.git] / ctags / main / mbcs.h
blob63b86500af5fbb77a47c59677f81fc66b6ca2948
1 /*
2 * $Id$
4 * Copyright (c) 2015, vim-jp
6 * This source code is released for free distribution under the terms of the
7 * GNU General Public License version 2 or (at your option) any later version.
9 * This module contains functions for checking multibyte character set.
11 #ifndef CTAGS_MAIN_MBCS_H
12 #define CTAGS_MAIN_MBCS_H
15 * INCLUDE FILES
17 #include "general.h" /* must always come first */
19 #ifdef HAVE_ICONV
22 * FUNCTION PROTOTYPES
24 extern bool isConverting (void);
26 #endif /* HAVE_ICONV */
28 #endif /* CTAGS_MAIN_MBCS_H */