X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fprocd.git;a=blobdiff_plain;f=jail%2Fcapabilities.h;h=11b8cc27e9d54b0cbc0e89e34153a8e97c031ee4;hp=e6699e98ce2f0cd4aec3165954860245c79538b1;hb=8d720b2c2e569885c6e1e7eab68d36f31818ed84;hpb=51201235db9dad9fe1823d9de46ed90f5e160fd0 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