aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ioutil_Utils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ioutil_Utils.h b/src/ioutil_Utils.h
index 59db60e..dfedbf4 100644
--- a/src/ioutil_Utils.h
+++ b/src/ioutil_Utils.h
@@ -64,6 +64,10 @@ typedef struct
} ioRequest;
+/* Advertise that this is the new version of this API, which has
+ 'out_dt' arguments in the IOUtil_* functions below */
+#define IOUTIL_PARSER_HAS_OUT_DT 1
+
/* parse a given 'out_vars' parameter string */
void IOUtil_ParseVarsForOutput (const cGH *GH, const char *method_name,
const char *parameter_name,