minor bugfix
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 25 May 2004 23:28:37 +0000 (23:28 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 25 May 2004 23:28:37 +0000 (23:28 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@545 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/lttv/hook.h

index c1814d8191b66b156c5707cf388fa5826aa859b3..5d7c26224ceef3b1cb191371cd0cc89cc0de6560 100644 (file)
@@ -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 */
This page took 0.025088 seconds and 4 git commands to generate.