diff options
Diffstat (limited to 'src/lxc/caps.h')
-rw-r--r-- | src/lxc/caps.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lxc/caps.h b/src/lxc/caps.h index 4c07b69..e4e0d42 100644 --- a/src/lxc/caps.h +++ b/src/lxc/caps.h @@ -28,6 +28,8 @@ extern int lxc_caps_down(void); extern int lxc_caps_up(void); extern int lxc_caps_init(void); +extern int lxc_caps_last_cap(void); + #define lxc_priv(__lxc_function) \ ({ \ int __ret, __ret2, __errno = 0; \ |