summaryrefslogtreecommitdiff
path: root/files.h
diff options
context:
space:
mode:
Diffstat (limited to 'files.h')
-rw-r--r--files.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/files.h b/files.h
index 32c8c40..f864430 100644
--- a/files.h
+++ b/files.h
@@ -48,6 +48,7 @@ int mkdir_recursive(Options *op, const char *path, const mode_t mode);
char *get_symlink_target(Options *op, const char *filename);
int install_file(Options *op, const char *srcfile,
const char *dstfile, mode_t mode);
+int install_symlink(Options *op, const char *linkname, const char *dstfile);
size_t get_file_size(Options *op, const char *filename);
size_t fget_file_size(Options *op, const int fd);
char *get_tmpdir(Options *op);