diff options
Diffstat (limited to 'moon-abe/cpabe-0.11/policy_lang.h')
-rw-r--r-- | moon-abe/cpabe-0.11/policy_lang.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/moon-abe/cpabe-0.11/policy_lang.h b/moon-abe/cpabe-0.11/policy_lang.h new file mode 100644 index 00000000..705444fd --- /dev/null +++ b/moon-abe/cpabe-0.11/policy_lang.h @@ -0,0 +1,6 @@ +/* + Include common.h before including this file. +*/ + +char* parse_policy_lang( char* s ); +void parse_attribute( GSList** l, char* a ); |