libacl
A config library
Types
- Some opaque types; mirrors internal structure
Functions
- Lifecycle (no-op for now)
- Parse from file or in-memory string.
Returns a heap-allocated AclBlock* (linked list of top-level blocks) on success,
or NULL on failure (in which case an error may have been printed to stderr). - Resolve references in-place. Returns 1 on success, 0 on failure.
- Utilities
- Free tree returned by parser