aboutsummaryrefslogtreecommitdiff
path: root/src/InterpLocalUniform.h
diff options
context:
space:
mode:
authorschnetter <schnetter@0f49ee68-0e4f-0410-9b9c-b2c123ded7ef>2006-08-31 15:11:19 +0000
committerschnetter <schnetter@0f49ee68-0e4f-0410-9b9c-b2c123ded7ef>2006-08-31 15:11:19 +0000
commit9cb0ef8e18b65bb8b28924b598c8475abe16ab92 (patch)
tree5a6d596abc38e4e6f5c3f5f24b33977fc5f65b46 /src/InterpLocalUniform.h
parent5a2781d9d59bfabe9ccbf266fba49370de5058e0 (diff)
Change prototype of functions scheduled at startup to return and int
instead of void. git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/AEILocalInterp/trunk@44 0f49ee68-0e4f-0410-9b9c-b2c123ded7ef
Diffstat (limited to 'src/InterpLocalUniform.h')
-rw-r--r--src/InterpLocalUniform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/InterpLocalUniform.h b/src/InterpLocalUniform.h
index 61a4cf4..d3e23c2 100644
--- a/src/InterpLocalUniform.h
+++ b/src/InterpLocalUniform.h
@@ -188,7 +188,7 @@ struct Jacobian_info
*/
/* functions in "startup.c" */
-void AEILocalInterp_U_Startup(void);
+int AEILocalInterp_U_Startup(void);
/* functions in "InterpLocalUniform.c" */
/* ... these functions are registered by code in "startup.c", */