summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/cctk_IO.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/cctk_IO.h b/src/include/cctk_IO.h
index a20e967a..10cfcd23 100644
--- a/src/include/cctk_IO.h
+++ b/src/include/cctk_IO.h
@@ -32,6 +32,10 @@ extern "C" {
#undef OVERLOADABLE
+int CCTK_OutputVarAs (cGH *GH, const char *var, const char *alias);
+int CCTK_OutputVar (cGH *GH, const char *var);
+int CCTK_OutputVarByMethod (cGH *GH, const char *var, const char *method);
+
#ifdef __cplusplus
}
#endif