summaryrefslogtreecommitdiff
path: root/includes/rts/prof/CCS.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/rts/prof/CCS.h')
-rw-r--r--includes/rts/prof/CCS.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/rts/prof/CCS.h b/includes/rts/prof/CCS.h
index 607931d536..f3c158d8e2 100644
--- a/includes/rts/prof/CCS.h
+++ b/includes/rts/prof/CCS.h
@@ -174,6 +174,7 @@ extern unsigned int RTS_VAR(era);
CostCentreStack * pushCostCentre (CostCentreStack *, CostCentre *);
void enterFunCCS (StgRegTable *reg, CostCentreStack *);
+CostCentre *mkCostCentre (char *label, char *module, char *srcloc);
/* -----------------------------------------------------------------------------
Registering CCs and CCSs