From 1fa89f813a265e21ab4be4d0f467ec511ac1242a Mon Sep 17 00:00:00 2001 From: schnetter Date: Sat, 5 Dec 2009 16:42:37 +0000 Subject: IOUtil: Advertise that this is the new version of this API Advertise that this is the new version of this API, which has 'out_dt' arguments in certain IOUtil_* functions: #define IOUTIL_PARSER_HAS_OUT_DT 1 git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@275 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a --- src/ioutil_Utils.h | 4 ++++ 1 file changed, 4 insertions(+) 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, -- cgit v1.2.3