#ifndef __CAPABILITY_H__ #define __CAPABILITY_H__ #include #include #include void capability_print(struct capability *cap); int caps_read_all(); #endif /* __CAPABILITY_H__ */