From: compudj Date: Tue, 25 May 2004 23:28:37 +0000 (+0000) Subject: minor bugfix X-Git-Tag: v0.12.20~2944 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=3f328da102c6dc2fe33e5e1e3e58f8e0161fe822;p=lttv.git minor bugfix git-svn-id: http://ltt.polymtl.ca/svn@545 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/lttv/lttv/hook.h b/ltt/branches/poly/lttv/lttv/hook.h index c1814d81..5d7c2622 100644 --- a/ltt/branches/poly/lttv/lttv/hook.h +++ b/ltt/branches/poly/lttv/lttv/hook.h @@ -76,7 +76,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_data_list(LttvHooks *h, LttvHooks *list); +void lttv_hooks_remove_list(LttvHooks *h, LttvHooks *list); /* Return the number of hooks in the list */