summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/cctk_IOMethods.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/cctk_IOMethods.h b/src/include/cctk_IOMethods.h
index c4d0831d..fc2916cb 100644
--- a/src/include/cctk_IOMethods.h
+++ b/src/include/cctk_IOMethods.h
@@ -41,7 +41,9 @@ int CCTK_RegisterIOMethodOutputVarAs (int handle,
const char *CCTK_IOMethodImplementation (int handle);
-const char *CCTK_IOMethod (int handle);
+const char *CCTK_IOMethodName (int handle);
+
+const struct IOMethod *CCTK_IOMethod (int handle);
int CCTK_NumIOMethods (void);