From 2c22d49ec05086005a721ba1afad0d5a81413734 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Tue, 4 Mar 2003 08:31:57 +0000 Subject: forgot the declaration of the xine_print_trace() function CVS patchset: 4329 CVS date: 2003/03/04 08:31:57 --- src/xine-utils/xineutils.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/xine-utils/xineutils.h b/src/xine-utils/xineutils.h index eb527db8f..d7bdd5431 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.43 2003/03/03 18:10:30 jkeil Exp $ + * $Id: xineutils.h,v 1.44 2003/03/04 08:31:57 mroi Exp $ * */ #ifndef XINEUTILS_H @@ -790,6 +790,9 @@ extern int v_g_table[256]; extern int v_b_table[256]; +/* backtrace printout funtion for use in XINE_ASSERT() macro */ +void xine_print_trace(void); + /** * Provide assert like feature with better description of failure * Thanks to Mark Thomas -- cgit v1.2.3