X-Git-Url: https://git.pterodactylus.net/?p=ecparse.git;a=blobdiff_plain;f=FileReaderInput.h;h=747440f6925a21d7ae5c00ebf1ff8871e8876ee0;hp=4188557a81e4dcc44a90541b112be7fbb820ac09;hb=470eacef34c15a94d9c181520d0d636f51770843;hpb=5f35ee49184899c1bfffe4d788286b7c9b578c00 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;