X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fcharset.h;h=f1ccc00f093f6d3a6ac0b6300002ae5688b4241a;hb=d05dfdc4a97712f2a94b501812c1c282d81900c0;hp=07e068a2b05d15cd5e9bc05e510481dd2cc1aa67;hpb=f388eb55e12254f8b040b4af8cfc5d3bbd4ba7ad;p=vlc diff --git a/include/charset.h b/include/charset.h index 07e068a2b0..f1ccc00f09 100644 --- a/include/charset.h +++ b/include/charset.h @@ -2,7 +2,7 @@ * charset.h: Determine a canonical name for the current locale's character encoding. ***************************************************************************** * Copyright (C) 2003 VideoLAN - * $Id: charset.h,v 1.1 2003/08/23 12:59:31 hartman Exp $ + * $Id$ * * Author: Derk-Jan Hartman * @@ -10,7 +10,7 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the @@ -21,4 +21,12 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. *****************************************************************************/ +# ifdef __cplusplus +extern "C" { +# endif + VLC_EXPORT( vlc_bool_t, vlc_current_charset, ( char ** ) ); + +# ifdef __cplusplus +} +# endif