]> git.proxmox.com Git - mirror_lxcfs.git/blobdiff - utils.h
tree-wide: post-restructuring cleanup
[mirror_lxcfs.git] / utils.h
diff --git a/utils.h b/utils.h
index 3cba95263d19e715e9cd8d9872ea37b7f7ced12c..6c874b457863c51627881ba474765712effd83c6 100644 (file)
--- a/utils.h
+++ b/utils.h
 #define _FILE_OFFSET_BITS 64
 
 #include <fuse.h>
+#include <signal.h>
 #include <stdbool.h>
 #include <sys/socket.h>
 #include <sys/types.h>
 #include <sys/un.h>
+#include <sys/syscall.h>
 #include <unistd.h>
 
 #include "config.h"
@@ -41,5 +43,7 @@ extern int send_creds(int sock, struct ucred *cred, char v, bool pingfirst);
 extern bool wait_for_sock(int sock, int timeout);
 extern int read_file_fuse(const char *path, char *buf, size_t size,
                          struct file_info *d);
+extern void prune_init_slice(char *cg);
+extern int wait_for_pid(pid_t pid);
 
 #endif /* __LXCFS_UTILS_H */