summaryrefslogtreecommitdiff
path: root/src/include/cctk_Reduction.h
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-07-19 13:08:48 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-07-19 13:08:48 +0000
commitbcea349c89010dff9465d172f74df8940865247b (patch)
tree8294877ab2362a073134b727151502aff6c118bf /src/include/cctk_Reduction.h
parenta579d77b8f8bb82b722c5f9ee15abb13f09ef46d (diff)
Updating prototypes
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1767 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk_Reduction.h')
-rw-r--r--src/include/cctk_Reduction.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/cctk_Reduction.h b/src/include/cctk_Reduction.h
index 0b877650..0d94d20a 100644
--- a/src/include/cctk_Reduction.h
+++ b/src/include/cctk_Reduction.h
@@ -48,13 +48,13 @@ int CCTK_Reduce(cGH *GH,
int CCTK_ReductionHandle(const char *reduction);
int CCTK_RegisterReductionOperator(
- void (*function)(REDUCTION_OPERATOR_REGISTER_ARGLIST),
+ int (*function)(REDUCTION_OPERATOR_REGISTER_ARGLIST),
const char *name);
int CCTK_ReductionArrayHandle(const char *reduction);
int CCTK_RegisterReductionArrayOperator(
- void (*function)(REDUCTION_ARRAY_OPERATOR_REGISTER_ARGLIST),
+ int (*function)(REDUCTION_ARRAY_OPERATOR_REGISTER_ARGLIST),
const char *name);
/* FIXME: old interface - should go */