diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-03-29 19:10:36 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-03-29 19:10:36 +0000 |
commit | fa8b60df8522f19be50df8e166876b68a96fdc6d (patch) | |
tree | b4fb2401600e9b08ffcb01e3d9d924490daa8324 /src/xine-utils/xineutils.h | |
parent | 0eaaa39252f25597b8c495c1f312f31dd44931d4 (diff) | |
download | xine-lib-fa8b60df8522f19be50df8e166876b68a96fdc6d.tar.gz xine-lib-fa8b60df8522f19be50df8e166876b68a96fdc6d.tar.bz2 |
fix prototype
CVS patchset: 6316
CVS date: 2004/03/29 19:10:36
Diffstat (limited to 'src/xine-utils/xineutils.h')
-rw-r--r-- | src/xine-utils/xineutils.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 /** |