summaryrefslogtreecommitdiff
path: root/includes/HsFFI.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/HsFFI.h')
-rw-r--r--includes/HsFFI.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/includes/HsFFI.h b/includes/HsFFI.h
index 0d343f8d98..9fce2a484d 100644
--- a/includes/HsFFI.h
+++ b/includes/HsFFI.h
@@ -158,7 +158,9 @@ extern void hs_perform_gc (void);
extern void hs_free_stable_ptr (HsStablePtr sp);
extern void hs_free_fun_ptr (HsFunPtr fp);
-extern void hs_hpc_module(char *modName,int modCount,StgWord64 *tixArr);
+extern int hs_hpc_module(char *modName,int modCount,StgWord64 *tixArr);
+extern void hs_hpc_tick(int globIx);
+extern void hs_hpc_throw(void);
/* -------------------------------------------------------------------------- */