aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@d0051148-8e13-4bef-be1d-f6c572c85f9f>2004-09-08 00:02:22 +0000
committergoodale <goodale@d0051148-8e13-4bef-be1d-f6c572c85f9f>2004-09-08 00:02:22 +0000
commiteb168c8d1e32ab0de7608d3752213c31736c4eb4 (patch)
treeb2ac6e8a445fe5ba0a6a66abb3fdcbf56096e8fd
parenteb4b8a945330437d40489ce4b0f2891414387d5e (diff)
Another missing prototype.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/TimerReport/trunk@10 d0051148-8e13-4bef-be1d-f6c572c85f9f
-rw-r--r--src/Output.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Output.c b/src/Output.c
index 155678f..35b45c5 100644
--- a/src/Output.c
+++ b/src/Output.c
@@ -33,6 +33,7 @@ CCTK_FILEVERSION(CactusUtils_TimerReport_Output_c);
********************************************************************/
void TimerReport_Output(CCTK_ARGUMENTS);
+void TimerReport_Checkpoint(CCTK_ARGUMENTS);
/********************************************************************
********************* Other Routine Prototypes *********************