From e8ae539c37584f54ba77c8135ddefcb4f01affdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Wed, 13 Jun 2007 16:12:54 +0200 Subject: Make xine_hexdump take a void * parameter, so that there are no problems of signedness. --- src/xine-utils/xineutils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xine-utils/xineutils.h') diff --git a/src/xine-utils/xineutils.h b/src/xine-utils/xineutils.h index 0be29ff63..980586b7d 100644 --- a/src/xine-utils/xineutils.h +++ b/src/xine-utils/xineutils.h @@ -784,7 +784,7 @@ extern void yuy2_to_yuy2 int width, int height) XINE_PROTECTED; /* print a hexdump of the given data */ -void xine_hexdump (const char *buf, int length) XINE_PROTECTED; +void xine_hexdump (const void *buf, int length) XINE_PROTECTED; /* * Optimization macros for conditions -- cgit v1.2.3