diff options
Diffstat (limited to 'include/xine/xineutils.h')
-rw-r--r-- | include/xine/xineutils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xine/xineutils.h b/include/xine/xineutils.h index 7eb0acdd8..dbe5199dd 100644 --- a/include/xine/xineutils.h +++ b/include/xine/xineutils.h @@ -603,7 +603,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; void *xine_xcalloc(size_t nmemb, size_t size) XINE_MALLOC XINE_PROTECTED; |