X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=jail%2Fcapabilities.h;h=11b8cc27e9d54b0cbc0e89e34153a8e97c031ee4;hb=3ea522bced7352e524b6d6d46f3a1c796c616704;hp=e6699e98ce2f0cd4aec3165954860245c79538b1;hpb=517d1f0e1479928c5fc5076ef70c340127f291da;p=project%2Fprocd.git diff --git a/jail/capabilities.h b/jail/capabilities.h index e6699e9..11b8cc2 100644 --- a/jail/capabilities.h +++ b/jail/capabilities.h @@ -10,5 +10,9 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. */ +#ifndef _JAIL_CAPABILITIES_H_ +#define _JAIL_CAPABILITIES_H_ int drop_capabilities(const char *file); + +#endif