From 9cb0ef8e18b65bb8b28924b598c8475abe16ab92 Mon Sep 17 00:00:00 2001 From: schnetter Date: Thu, 31 Aug 2006 15:11:19 +0000 Subject: 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 --- src/InterpLocalUniform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/InterpLocalUniform.h') 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", */ -- cgit v1.2.3