summaryrefslogtreecommitdiffstats
path: root/src/FileMgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/FileMgr.h')
-rw-r--r--src/FileMgr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FileMgr.h b/src/FileMgr.h
index f67056f1..bab86e38 100644
--- a/src/FileMgr.h
+++ b/src/FileMgr.h
@@ -15,7 +15,7 @@ public:
static int Read(int fd, char *buf, int len);
static int Write(int fd, char *buf, int len);
static bool Seek(int fd, int offset, int whence);
- static char *ReadLine(int fd, char *buf, int len);
+ static bool ReadLine(int fd, char *buf, int len);
static int CloseFile(int fd);
static int GetErrorReadWrite(int fd);
};