aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2001-02-25 10:06:57 +0000
committerallen <allen@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2001-02-25 10:06:57 +0000
commitcde9d1c4ccdb9caff0145f20e97f56847be08c24 (patch)
treec92b0397d7172e24ff8289572c7c198b50e3e0c4
parent745ba10870d3fab10b6aa71e6d7d34a51d12372c (diff)
Function prototypes
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@79 b589c3ab-70e8-4b4d-a09f-cba2dd200880
-rw-r--r--src/Startup.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Startup.c b/src/Startup.c
index 383677c..2d6ceff 100644
--- a/src/Startup.c
+++ b/src/Startup.c
@@ -13,6 +13,8 @@
#include "cctk.h"
+void IOBasic_Startup (void);
+
/* prototypes of functions to be registered */
int IOBasic_OutputGH (cGH *GH);
int IOBasic_TriggerOutput (cGH *GH, int);