ObjFW  Diff

Differences From Artifact [447ea06b1e]:

To Artifact [c21dc06749]:


301
302
303
304
305
306
307





308
309
310
311
312
 * \param fmt A string used as format
 * \param args The arguments used in the format string
 * \return The number of bytes written
 */
- (size_t)writeFormat: (OFString*)fmt
	withArguments: (va_list)args;






/**
 * Closes the stream.
 */
- (void)close;
@end







>
>
>
>
>





301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
 * \param fmt A string used as format
 * \param args The arguments used in the format string
 * \return The number of bytes written
 */
- (size_t)writeFormat: (OFString*)fmt
	withArguments: (va_list)args;

/**
 * \return The file descriptor for the stream.
 */
- (int)fileDescriptor;

/**
 * Closes the stream.
 */
- (void)close;
@end