aboutsummaryrefslogtreecommitdiff
path: root/libcap/cap_names.header
diff options
context:
space:
mode:
Diffstat (limited to 'libcap/cap_names.header')
-rw-r--r--libcap/cap_names.header5
1 files changed, 5 insertions, 0 deletions
diff --git a/libcap/cap_names.header b/libcap/cap_names.header
new file mode 100644
index 0000000..8d64f64
--- /dev/null
+++ b/libcap/cap_names.header
@@ -0,0 +1,5 @@
+struct __cap_token_s { const char *name; int index; };
+%{
+const struct __cap_token_s *__cap_lookup_name(const char *, size_t);
+%}
+%%