aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/file.h
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2018-12-22 02:47:07 +0100
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2018-12-22 02:47:07 +0100
commitdb9f741875ad1fd3c7c3e5b932420081862159bc (patch)
tree03962b496e79b041ee1a0d503090a4fd9457739b /src/common/file.h
parent5fa28dc2b871b11f93d4206bea2780262f85af5e (diff)
downloadblogc-db9f741875ad1fd3c7c3e5b932420081862159bc.tar.gz
blogc-db9f741875ad1fd3c7c3e5b932420081862159bc.tar.bz2
blogc-db9f741875ad1fd3c7c3e5b932420081862159bc.zip
wip
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 */