blob: 8d64f6461557ad9caed145883968c7b0190d1050 [file] [log] [blame]
struct __cap_token_s { const char *name; int index; };
%{
const struct __cap_token_s *__cap_lookup_name(const char *, size_t);
%}
%%