Mercurial > repos > rliterman > csp2
annotate CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/include/libcharset.h @ 69:33d812a61356
planemo upload commit 2e9511a184a1ca667c7be0c6321a36dc4e3d116d
author | jpayne |
---|---|
date | Tue, 18 Mar 2025 17:55:14 -0400 |
parents | |
children |
rev | line source |
---|---|
jpayne@69 | 1 /* Copyright (C) 2003 Free Software Foundation, Inc. |
jpayne@69 | 2 This file is part of the GNU CHARSET Library. |
jpayne@69 | 3 |
jpayne@69 | 4 The GNU CHARSET Library is free software; you can redistribute it and/or |
jpayne@69 | 5 modify it under the terms of the GNU Lesser General Public License as |
jpayne@69 | 6 published by the Free Software Foundation; either version 2 of the |
jpayne@69 | 7 License, or (at your option) any later version. |
jpayne@69 | 8 |
jpayne@69 | 9 The GNU CHARSET Library is distributed in the hope that it will be useful, |
jpayne@69 | 10 but WITHOUT ANY WARRANTY; without even the implied warranty of |
jpayne@69 | 11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
jpayne@69 | 12 Lesser General Public License for more details. |
jpayne@69 | 13 |
jpayne@69 | 14 You should have received a copy of the GNU Lesser General Public License |
jpayne@69 | 15 along with the GNU CHARSET Library; see the file COPYING.LIB. If not, |
jpayne@69 | 16 see <https://www.gnu.org/licenses/>. */ |
jpayne@69 | 17 |
jpayne@69 | 18 #ifndef _LIBCHARSET_H |
jpayne@69 | 19 #define _LIBCHARSET_H |
jpayne@69 | 20 |
jpayne@69 | 21 #include <localcharset.h> |
jpayne@69 | 22 |
jpayne@69 | 23 |
jpayne@69 | 24 #ifdef __cplusplus |
jpayne@69 | 25 extern "C" { |
jpayne@69 | 26 #endif |
jpayne@69 | 27 |
jpayne@69 | 28 |
jpayne@69 | 29 /* Support for relocatable packages. */ |
jpayne@69 | 30 |
jpayne@69 | 31 /* Sets the original and the current installation prefix of the package. |
jpayne@69 | 32 Relocation simply replaces a pathname starting with the original prefix |
jpayne@69 | 33 by the corresponding pathname with the current prefix instead. Both |
jpayne@69 | 34 prefixes should be directory names without trailing slash (i.e. use "" |
jpayne@69 | 35 instead of "/"). */ |
jpayne@69 | 36 extern void libcharset_set_relocation_prefix (const char *orig_prefix, |
jpayne@69 | 37 const char *curr_prefix); |
jpayne@69 | 38 |
jpayne@69 | 39 |
jpayne@69 | 40 #ifdef __cplusplus |
jpayne@69 | 41 } |
jpayne@69 | 42 #endif |
jpayne@69 | 43 |
jpayne@69 | 44 |
jpayne@69 | 45 #endif /* _LIBCHARSET_H */ |