diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-utils/utils.c | 4 | ||||
-rw-r--r-- | src/xine-utils/xineutils.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/xine-utils/utils.c b/src/xine-utils/utils.c index f6d36dc9d..f9db9893f 100644 --- a/src/xine-utils/utils.c +++ b/src/xine-utils/utils.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: utils.c,v 1.24 2004/03/27 12:59:46 valtri Exp $ + * $Id: utils.c,v 1.25 2004/03/29 19:10:36 mroi Exp $ * */ #define _POSIX_PTHREAD_SEMANTICS 1 /* for 5-arg getpwuid_r on solaris */ @@ -379,7 +379,7 @@ static const lang_locale_t *_get_first_lang_locale(char *lcal) { /* * get encoding of current locale */ -char *xine_get_system_encoding() { +char *xine_get_system_encoding(void) { char *codeset = NULL; #ifdef HAVE_LANGINFO_CODESET diff --git a/src/xine-utils/xineutils.h b/src/xine-utils/xineutils.h index f78312e28..2825b2d64 100644 --- a/src/xine-utils/xineutils.h +++ b/src/xine-utils/xineutils.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xineutils.h,v 1.82 2004/03/27 12:59:46 valtri Exp $ + * $Id: xineutils.h,v 1.83 2004/03/29 19:10:36 mroi Exp $ * */ #ifndef XINEUTILS_H @@ -1087,7 +1087,7 @@ void xine_list_delete_current (xine_list_t *l); /** * get encoding of current locale */ -char *xine_get_system_encoding(); +char *xine_get_system_encoding(void); #ifndef HAVE_BASENAME /** |