]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/lxc/utils.h
utils: move recursive_destroy() from cfgsng to utils.
[mirror_lxc.git] / src / lxc / utils.h
index 4a748cd1b93546d00537d8f7d51057f8dcc401bf..295e7862ccf9e5880136dab63c3c941ce056133a 100644 (file)
@@ -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 */