aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/file.h')
-rw-r--r--src/common/file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/file.h b/src/common/file.h
index 73793ea..73590c6 100644
--- a/src/common/file.h
+++ b/src/common/file.h
@@ -16,5 +16,6 @@
#define BC_FILE_CHUNK_SIZE 1024
char* bc_file_get_contents(const char *path, bool utf8, size_t *len, bc_error_t **err);
+char* bc_file_get_realpath(const char *path);
#endif /* _FILE_H */