X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=FileReaderInput.h;h=747440f6925a21d7ae5c00ebf1ff8871e8876ee0;hb=39c7e66703f6ec99a592d065546e6cc119a8c930;hp=4188557a81e4dcc44a90541b112be7fbb820ac09;hpb=5f35ee49184899c1bfffe4d788286b7c9b578c00;p=ecparse.git diff --git a/FileReaderInput.h b/FileReaderInput.h index 4188557..747440f 100644 --- a/FileReaderInput.h +++ b/FileReaderInput.h @@ -14,6 +14,7 @@ public: ~FileReaderInput(); int read(void* buffer, size_t length); + bool isEOF(); private: FILE* file;