summaryrefslogtreecommitdiff
path: root/src/readahead-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/readahead-common.h')
-rw-r--r--src/readahead-common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/readahead-common.h b/src/readahead-common.h
index 5d8f1a34fa..d39dd5b41d 100644
--- a/src/readahead-common.h
+++ b/src/readahead-common.h
@@ -31,4 +31,6 @@ int file_verify(int fd, const char *fn, struct stat *st);
int fs_on_ssd(const char *p);
+bool enough_ram(void);
+
#endif