aboutsummaryrefslogtreecommitdiff
path: root/common/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/file.h')
-rw-r--r--common/file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/file.h b/common/file.h
index 5ee3d80a4a..7a1a35bfea 100644
--- a/common/file.h
+++ b/common/file.h
@@ -73,6 +73,7 @@ public:
virtual void seek(int32 offs, int whence = SEEK_SET);
uint32 read(void *ptr, uint32 size);
uint32 write(const void *ptr, uint32 size);
+ char *gets(void *ptr, uint32 size);
};
#endif