X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=jail%2Fjail.h;h=158d73b7299c178293ddf82e6641892ad1ddbfbe;hb=82dd39024f63e53becd07c89831ed7d5fac7f339;hp=5739d3d269020fff849eb2be4119008bfa7cc3ee;hpb=c44ab7fa061fda06d1496b6273ac7151189fb7a9;p=project%2Fprocd.git diff --git a/jail/jail.h b/jail/jail.h index 5739d3d..158d73b 100644 --- a/jail/jail.h +++ b/jail/jail.h @@ -14,5 +14,6 @@ #define _JAIL_JAIL_H_ int mount_bind(const char *root, const char *path, int readonly, int error); +int ns_open_pid(const char *nstype, const pid_t target_ns); #endif