]> git.sesse.net Git - vlc/blobdiff - include/charset.h
* convert SAP announce name & group from locale to UTF-8
[vlc] / include / charset.h
index 07e068a2b05d15cd5e9bc05e510481dd2cc1aa67..629a28f973ad9a6be894a1ab869b280c2e84ad24 100644 (file)
@@ -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: charset.h,v 1.3 2004/02/21 23:15:52 gbazin Exp $
  *
  * Author: Derk-Jan Hartman <thedj at users.sourceforge.net>
  *
@@ -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
  * 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