diff options
Diffstat (limited to 'include/xine.h.in')
-rw-r--r-- | include/xine.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xine.h.in b/include/xine.h.in index 1e68a14ce..62cfa8747 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -852,7 +852,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 |