libexplain
1.4.D001
|
Go to the source code of this file.
Functions | |
void | explain_buffer_acl_type (explain_string_buffer_t *sb, acl_type_t value) |
acl_type_t | explain_acl_type_parse (const char *text) |
acl_type_t | explain_acl_type_parse_or_die (const char *text, const char *caption) |
acl_type_t explain_acl_type_parse | ( | const char * | text | ) |
Definition at line 51 of file acl_type.c.
acl_type_t explain_acl_type_parse_or_die | ( | const char * | text, |
const char * | caption | ||
) |
Definition at line 62 of file acl_type.c.
void explain_buffer_acl_type | ( | explain_string_buffer_t * | sb, |
acl_type_t | value | ||
) |
The explain_buffer_acl_type function may be used to print a representation of a acl_type_t value.
sb | The string buffer to print into. |
value | The acl_type value to be printed. |
Definition at line 44 of file acl_type.c.