summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/files.h')
-rw-r--r--crawl-ref/source/files.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/files.h b/crawl-ref/source/files.h
index 577e443333..c2563cd479 100644
--- a/crawl-ref/source/files.h
+++ b/crawl-ref/source/files.h
@@ -91,4 +91,7 @@ void writeLong(FILE* file, long num);
long readLong(FILE *file);
+FILE *lk_open(const char *mode, const std::string &file);
+void lk_close(FILE *handle, const char *mode, const std::string &file);
+
#endif