X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=src%2Flxc%2Futils.h;h=295e7862ccf9e5880136dab63c3c941ce056133a;hb=d7ab03757c2d192d101e06ae1bbf3fc7df3735ec;hp=4a748cd1b93546d00537d8f7d51057f8dcc401bf;hpb=c5c4d6a3ba68f55d7f2e35b50d4c0a7597a1a577;p=mirror_lxc.git diff --git a/src/lxc/utils.h b/src/lxc/utils.h index 4a748cd1b..295e7862c 100644 --- a/src/lxc/utils.h +++ b/src/lxc/utils.h @@ -616,5 +616,6 @@ static inline pid_t lxc_raw_gettid(void) /* Set a signal the child process will receive after the parent has died. */ extern int lxc_set_death_signal(int signal); extern int fd_cloexec(int fd, bool cloexec); +extern int recursive_destroy(char *dirname); #endif /* __LXC_UTILS_H */