X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fcharset.h;h=f1ccc00f093f6d3a6ac0b6300002ae5688b4241a;hb=7dc21c6f2d4828a99fd8639d2f00263999ae2069;hp=156a2436e351bcb9e631f3ff0fd7835a37ef7839;hpb=6de15a630f2467978355537b95b013cf8fc33705;p=vlc diff --git a/include/charset.h b/include/charset.h index 156a2436e3..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.2 2004/01/25 18:17:08 zorglub Exp $ + * $Id$ * * Author: Derk-Jan Hartman * @@ -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