diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-05-07 18:59:29 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-05-07 18:59:29 +0200 |
commit | 588f56970840cef83792f77374a0c033d5f5a9fd (patch) | |
tree | 08c142bf7de8c2eed237466144c98e1e89906f9c /src/xine-utils/xineutils.h | |
parent | 76a5b22625edfc46109064298682fb1ecdefb216 (diff) | |
download | xine-lib-588f56970840cef83792f77374a0c033d5f5a9fd.tar.gz xine-lib-588f56970840cef83792f77374a0c033d5f5a9fd.tar.bz2 |
Deprecate xine_xmalloc().
Diffstat (limited to 'src/xine-utils/xineutils.h')
-rw-r--r-- | src/xine-utils/xineutils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xine-utils/xineutils.h b/src/xine-utils/xineutils.h index 2099bf7f3..89aff96bf 100644 --- a/src/xine-utils/xineutils.h +++ b/src/xine-utils/xineutils.h @@ -621,7 +621,7 @@ void xine_profiler_print_results (void) XINE_PROTECTED; * Allocate and clean memory size_t 'size', then return the pointer * to the allocated memory. */ -void *xine_xmalloc(size_t size) XINE_MALLOC XINE_PROTECTED; +void *xine_xmalloc(size_t size) XINE_MALLOC XINE_DEPRECATED XINE_PROTECTED; /* * Same as above, but memory is aligned to 'alignement'. |