diff options
Diffstat (limited to 'cmds/installd/installd.h')
-rw-r--r-- | cmds/installd/installd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmds/installd/installd.h b/cmds/installd/installd.h index a5cad45..36c3e8c 100644 --- a/cmds/installd/installd.h +++ b/cmds/installd/installd.h @@ -165,6 +165,8 @@ int delete_dir_contents(const char *pathname, int delete_dir_contents_fd(int dfd, const char *name); +int copy_dir_files(const char *srcname, const char *dstname, uid_t owner, gid_t group); + int lookup_media_dir(char basepath[PATH_MAX], const char *dir); int64_t data_disk_free(); |