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;