diff options
author | Marco Zuehlke <andruil@users.sourceforge.net> | 2003-07-16 14:14:17 +0000 |
---|---|---|
committer | Marco Zuehlke <andruil@users.sourceforge.net> | 2003-07-16 14:14:17 +0000 |
commit | e2e5e35d881df42eb2ea9a6a288b4d0935444ec7 (patch) | |
tree | 1b9cb38abee90359f27ec49cf5013a47268d280d /src/xine-utils/xineutils.h | |
parent | c9451e4e24ba657e8d9ca0528f4a384847ec8063 (diff) | |
download | xine-lib-e2e5e35d881df42eb2ea9a6a288b4d0935444ec7.tar.gz xine-lib-e2e5e35d881df42eb2ea9a6a288b4d0935444ec7.tar.bz2 |
more cleanup; remove unused variables; use lprintf
CVS patchset: 5168
CVS date: 2003/07/16 14:14:17
Diffstat (limited to 'src/xine-utils/xineutils.h')
-rw-r--r-- | src/xine-utils/xineutils.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xine-utils/xineutils.h b/src/xine-utils/xineutils.h index d80e00b07..031bb418c 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.56 2003/07/12 12:31:13 mroi Exp $ + * $Id: xineutils.h,v 1.57 2003/07/16 14:14:17 andruil Exp $ * */ #ifndef XINEUTILS_H @@ -825,6 +825,8 @@ extern int v_r_table[256]; extern int v_g_table[256]; extern int v_b_table[256]; +/* print a hexdump of the given data */ +void xine_hexdump (char *buf, int length); /* backtrace printout funtion for use in XINE_ASSERT() macro */ void xine_print_trace(void); |