aboutsummaryrefslogtreecommitdiff
path: root/depends/libcap/libcap/cap_names.header
diff options
context:
space:
mode:
Diffstat (limited to 'depends/libcap/libcap/cap_names.header')
-rw-r--r--depends/libcap/libcap/cap_names.header5
1 files changed, 5 insertions, 0 deletions
diff --git a/depends/libcap/libcap/cap_names.header b/depends/libcap/libcap/cap_names.header
new file mode 100644
index 0000000..8d64f64
--- /dev/null
+++ b/depends/libcap/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);
+%}
+%%