aboutsummaryrefslogtreecommitdiff
path: root/src/Write3D.c
diff options
context:
space:
mode:
authorgoodale <goodale@ebee0441-1374-4afa-a3b5-247f3ba15b9a>1999-11-30 23:43:59 +0000
committergoodale <goodale@ebee0441-1374-4afa-a3b5-247f3ba15b9a>1999-11-30 23:43:59 +0000
commitfd9ed4dae76c8e7c07d8b1d2e3a841782eb28213 (patch)
tree8a79a1c8e49b77c29e27b42448921b2e60dc8f5b /src/Write3D.c
parent79e3e409e5ae88a89f389e4f180a185f34974e3c (diff)
Added lots of missing function prototypes.
Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@69 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'src/Write3D.c')
-rw-r--r--src/Write3D.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/Write3D.c b/src/Write3D.c
index ce69ad5..f7ba252 100644
--- a/src/Write3D.c
+++ b/src/Write3D.c
@@ -30,7 +30,7 @@
@version $Id$
@@*/
-static char *rcsid = "$Id$";
+static char *rcsid = "$Header$";
#include <stdio.h>
#include <stdlib.h>
@@ -50,6 +50,11 @@ typedef struct {
char *filename;
} IEEEfile_3D_t;
+/* Function prototypes from other files in this thorn */
+void IOFlexIO_DumpGHExtensions (cGH *GH, IOFile iof);
+void IOFlexIO_DumpParams (cGH *GH, IOFile iof);
+
+
/* local function prototypes */
IEEEfile_3D_t *IOFlexIO_Get3Dfile (cGH *GH, const char *alias, int *isNewFile);