icons
[lttv.git] / ltt / branches / poly / lttv / hook.c
index 6fcca66a6c3bdb42af0aa6b80aa66336a70f7f98..eb7c5d9f194a302d9d3d0f4f1104320419e460cb 100644 (file)
@@ -1,4 +1,4 @@
-#include "hook.h"
+#include <lttv/hook.h>
 
 
 typedef struct _lttv_hook_closure {
@@ -30,7 +30,7 @@ inline void lttv_hooks_add(lttv_hooks *h, lttv_hook f, void *hook_data) {
 }
 
 
-void lttv_hooks_call(lttv_hooks *h, void *call_data)
+int lttv_hooks_call(lttv_hooks *h, void *call_data)
 {
   int i;
   lttv_hook_closure * c;
This page took 0.023036 seconds and 4 git commands to generate.