diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-03-04 08:31:57 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-03-04 08:31:57 +0000 |
commit | 2c22d49ec05086005a721ba1afad0d5a81413734 (patch) | |
tree | 142479f6b57a49e1e809254995664d48ff1a1b9b | |
parent | d9836b1c1aab516caee501304faa06b070869245 (diff) | |
download | xine-lib-2c22d49ec05086005a721ba1afad0d5a81413734.tar.gz xine-lib-2c22d49ec05086005a721ba1afad0d5a81413734.tar.bz2 |
forgot the declaration of the xine_print_trace() function
CVS patchset: 4329
CVS date: 2003/03/04 08:31:57
-rw-r--r-- | src/xine-utils/xineutils.h | 5 |
1 files changed, 4 insertions, 1 deletions
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 |