From 8af4aca43ad1939c578f24e998d2d2ff58e7cc2c Mon Sep 17 00:00:00 2001 From: Sergio Date: Mon, 16 Jun 2014 15:48:00 +0200 Subject: fifo silence bug fix --- src/FileInput.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/FileInput.h') diff --git a/src/FileInput.h b/src/FileInput.h index 9330577..4f6f75e 100644 --- a/src/FileInput.h +++ b/src/FileInput.h @@ -45,6 +45,7 @@ class FileInput * Returns the number of bytes read. */ ssize_t read(uint8_t* buf, size_t length); + int eof(); protected: const char* m_filename; -- cgit v1.2.3