X-Git-Url: http://git.liburcu.org/?p=lttv.git;a=blobdiff_plain;f=lttv%2Flttv%2Fhook.h;h=65903b284b100c10c8eafd53cffb08402f179e3e;hp=81383b5b4285c44ce14ccfb17f23632633e7b28a;hb=27fb4fd27a32d054c161db031edf02ac015a15ad;hpb=4ed007496f46d0b4f8bfc1d827e2a613a2d0d15c diff --git a/lttv/lttv/hook.h b/lttv/lttv/hook.h index 81383b5b..65903b28 100644 --- a/lttv/lttv/hook.h +++ b/lttv/lttv/hook.h @@ -77,7 +77,7 @@ void lttv_hooks_remove_data(LttvHooks *h, LttvHook f, void *hook_data); /* Remove a list of hooks from the hooks list in h. */ -void lttv_hooks_remove_list(LttvHooks *h, LttvHooks *list); +void lttv_hooks_remove_list(LttvHooks *h, const LttvHooks *list); /* Return the number of hooks in the list */ @@ -188,4 +188,8 @@ LttvHooks *lttv_hooks_by_id_channel_find(LttvHooksByIdChannelArray *h, #endif /* BABEL_CLEANUP */ +/* Print information about each hook in the list*/ + +void lttv_hooks_print(const LttvHooks *h); + #endif // HOOK_H