summaryrefslogtreecommitdiff
path: root/src/include/IOOverloadables.h
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-04 16:05:49 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-04 16:05:49 +0000
commite92006cfcecbf387471ea518abc5f97434cb0051 (patch)
tree05420ea424c1e926b8c5656d3f485c2954e90eb9 /src/include/IOOverloadables.h
parentb74aafe732a9f3b20fba7d6ef3092993bd65da57 (diff)
Gab's new definitions of IO functions.
Tom & Gab git-svn-id: http://svn.cactuscode.org/flesh/trunk@209 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/IOOverloadables.h')
-rw-r--r--src/include/IOOverloadables.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/include/IOOverloadables.h b/src/include/IOOverloadables.h
index 1fd09782..09740532 100644
--- a/src/include/IOOverloadables.h
+++ b/src/include/IOOverloadables.h
@@ -22,8 +22,11 @@
OVERLOADABLE(OutputGH)
#undef ARGUMENTS
-#define ARGUMENTS cGH *GH, const char *group
-OVERLOADABLE(OutputGroup)
+#define ARGUMENTS cGH *GH, \
+ const char *var, \
+ const char *method, \
+ const char *alias
+OVERLOADABLE(OutputVarAs)
#undef ARGUMENTS
#undef RETURN_TYPE