aboutsummaryrefslogtreecommitdiff
path: root/src/iobasicGH.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/iobasicGH.h')
-rw-r--r--src/iobasicGH.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/iobasicGH.h b/src/iobasicGH.h
index 573ccdf..a77cb0c 100644
--- a/src/iobasicGH.h
+++ b/src/iobasicGH.h
@@ -5,9 +5,12 @@
@desc
The extensions to the GH structure from IOBasic.
@enddesc
- @version $Header$
+ @version $Header$
@@*/
+#ifndef _IOBASIC_IOBASICGH_H_
+#define _IOBASIC_IOBASICGH_H_ 1
+
#include "StoreNamedData.h"
@@ -55,6 +58,7 @@ typedef struct IOBASIC_GH
/* prototypes of functions to be registered */
int IOBasic_InfoOutputGH (const cGH *GH);
+int IOBasic_OutputVarAs (const cGH *GH, const char *fullname,const char *alias);
int IOBasic_TriggerInfoOutput (const cGH *GH, int vindex);
int IOBasic_TimeForInfoOutput (const cGH *GH, int vindex);
int IOBasic_ScalarOutputGH (const cGH *GH);
@@ -65,3 +69,5 @@ int IOBasic_TimeForScalarOutput (const cGH *GH, int vindex);
void IOBasic_AssignReductionList (int vindex, const char *optstring, void *arg);
int IOBasic_WriteInfo (const cGH *GH, int vindex);
int IOBasic_WriteScalar (const cGH *GH, int vindex, const char *alias);
+
+#endif /* _IOBASIC_IOBASICGH_H_ */