diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/xine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xine.h b/include/xine.h index 9df9fceae..f3c79a7b4 100644 --- a/include/xine.h +++ b/include/xine.h @@ -805,7 +805,7 @@ char *const *xine_get_log (xine_t *self, int buf) XINE_PROTECTED; /* log callback will be called whenever something is logged */ typedef void (*xine_log_cb_t) (void *user_data, int section); void xine_register_log_cb (xine_t *self, xine_log_cb_t cb, - void *user_data) XINE_PROTECTED XINE_DEPRECATED; + void *user_data) XINE_PROTECTED; /* * error handling / engine status |