From ef3fc29d7911da34995ae78b21eec7ca60513656 Mon Sep 17 00:00:00 2001 From: Andrew McCallum Date: Wed, 24 Jan 1996 03:20:47 +0000 Subject: [PATCH] (Streaming -writeFormat:arguments:): New method. (Streaming -readFormat:arguments:): New method. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@791 72102866-910b-0410-8b05-ffd578937521 --- Headers/gnustep/base/Streaming.h | 2 ++ Source/objects/Streaming.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Headers/gnustep/base/Streaming.h b/Headers/gnustep/base/Streaming.h index 83e0228f8..afff570cb 100644 --- a/Headers/gnustep/base/Streaming.h +++ b/Headers/gnustep/base/Streaming.h @@ -37,6 +37,8 @@ - (int) writeFormat: (id )format, ...; - (int) readFormat: (id )format, ...; +- (int) writeFormat: (id )format arguments: (va_list)arg; +- (int) readFormat: (id )format arguments: (va_list)arg; - (void) writeLine: (id )l; - (id ) readLine; diff --git a/Source/objects/Streaming.h b/Source/objects/Streaming.h index 83e0228f8..afff570cb 100644 --- a/Source/objects/Streaming.h +++ b/Source/objects/Streaming.h @@ -37,6 +37,8 @@ - (int) writeFormat: (id )format, ...; - (int) readFormat: (id )format, ...; +- (int) writeFormat: (id )format arguments: (va_list)arg; +- (int) readFormat: (id )format arguments: (va_list)arg; - (void) writeLine: (id )l; - (id ) readLine;