@@ -27,11 +27,11 @@ /** * Seeks to the specified absolute offset. * * \param offset The offset in bytes */ -- seekToOffset: (off_t)offset; +- (void)seekToOffset: (off_t)offset; /** * Seeks to the specified offset, relative to the current location. * * \param offset The offset relative to the current location