@@ -20,7 +20,7 @@ - (void)OF_addFileDescriptorForReading: (int)fd; - (void)OF_addFileDescriptorForWriting: (int)fd; - (void)OF_removeFileDescriptorForReading: (int)fd; - (void)OF_removeFileDescriptorForWriting: (int)fd; - (void)OF_processQueueAndStoreRemovedIn: (OFMutableArray*)removed; -- (bool)OF_processCache; +- (bool)OF_processReadBuffers; @end