X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=include%2Fext4.h;h=102802cff705f78f7be5c555ce7e5b4c283b3d4c;hb=5372f03b3a0947f9c14a8bf015404f2fa0c71db2;hp=78e8647245e8787a02b6760087ae0bb765843005;hpb=252c506239ab570c0f671513a3b17d3a44f86b5c;p=lwext4.git diff --git a/include/ext4.h b/include/ext4.h index 78e8647..102802c 100644 --- a/include/ext4.h +++ b/include/ext4.h @@ -426,6 +426,12 @@ int ext4_removexattr(const char *path, const char *name, size_t name_len); * @return standard error code*/ int ext4_dir_rm(const char *path); +/**@brief Rename/move directory + * @param path source + * @param new_path destination + * @return standard error code */ +int ext4_dir_mv(const char *path, const char *new_path); + /**@brief Create new directory. * @param name new directory name * @return standard error code*/