ObjFW  Diff

Differences From Artifact [9632092363]:

To Artifact [6159c08e1a]:


224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242

/**
 * @brief Parses the specified stream.
 *
 * @param stream The stream to parse
 */
- (void)parseStream: (OFStream *)stream;

#ifdef OF_HAVE_FILES
/**
 * @brief Parses the specified file.
 *
 * @param path The path to the file to parse
*/
- (void)parseFile: (OFString *)path;
#endif
@end

OF_ASSUME_NONNULL_END







<
<
<
<
<
<
<
<
<



224
225
226
227
228
229
230









231
232
233

/**
 * @brief Parses the specified stream.
 *
 * @param stream The stream to parse
 */
- (void)parseStream: (OFStream *)stream;









@end

OF_ASSUME_NONNULL_END