version 1.1.1.1, 2012/02/21 22:57:48
|
version 1.1.1.3, 2021/03/17 13:38:46
|
Line 13
|
Line 13
|
|
|
You should have received a copy of the GNU Library General Public License |
You should have received a copy of the GNU Library General Public License |
along with the GNU CHARSET Library; see the file COPYING.LIB. If not, |
along with the GNU CHARSET Library; see the file COPYING.LIB. If not, |
write to the Free Software Foundation, Inc., 51 Franklin Street, | see <https://www.gnu.org/licenses/>. */ |
Fifth Floor, Boston, MA 02110-1301, USA. */ | |
|
|
#ifndef _LIBCHARSET_H |
#ifndef _LIBCHARSET_H |
#define _LIBCHARSET_H |
#define _LIBCHARSET_H |
Line 35 extern "C" {
|
Line 34 extern "C" {
|
prefixes should be directory names without trailing slash (i.e. use "" |
prefixes should be directory names without trailing slash (i.e. use "" |
instead of "/"). */ |
instead of "/"). */ |
extern void libcharset_set_relocation_prefix (const char *orig_prefix, |
extern void libcharset_set_relocation_prefix (const char *orig_prefix, |
const char *curr_prefix); | const char *curr_prefix); |
|
|
|
|
#ifdef __cplusplus |
#ifdef __cplusplus |