From 6c0a6af3bb0a451834e188ca122321b25b1fc09a Mon Sep 17 00:00:00 2001 From: allen Date: Sat, 24 Feb 2001 12:55:41 +0000 Subject: Fixing warnings git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllBase/trunk@51 57bc7290-fb3d-4efd-a9b1-28e84cce6043 --- src/Ell_Register.c | 7 +++++++ src/Startup.c | 1 + 2 files changed, 8 insertions(+) (limited to 'src') diff --git a/src/Ell_Register.c b/src/Ell_Register.c index 7ea6956..2bc2ae0 100644 --- a/src/Ell_Register.c +++ b/src/Ell_Register.c @@ -21,6 +21,13 @@ static pNamedData *EqNameDB; +int Ell_RegisterSolver(void (*function), + const char *sname, + const char *eqname); + +int Ell_RegisterEq(void *(function)(const char *, void*), const char *eqname); + + /* Ell_RegisterEq takes a routine ("function") and registers that routine under the name "eqname" in the EqNameDB" Application: Call Ell_Register with the routine that registers a solver diff --git a/src/Startup.c b/src/Startup.c index 1500179..a89c6a2 100644 --- a/src/Startup.c +++ b/src/Startup.c @@ -15,6 +15,7 @@ #include "Ell_DBstructure.h" +void Ell_RegisterBaseEqTypes(cGH *GH); /*@@ -- cgit v1.2.3