capabilities.h revision 392877138db7370fea90526505b6dda3959022e5
#ifndef __CAPABILITIES_H__
#define __CAPABILITIES_H__
#if defined(HAVE_LIBCAP)
void drop_capabilities(void);
#else
static inline void drop_capabilities(void) {}
#endif
#endif /* __CAPABILITIES_H__ */