Skip to content

Commit bc2fb78

Browse files
committed
Expose ability to free ACL contents.
1 parent fdb6116 commit bc2fb78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/scitokens.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ void enforcer_destroy(Enforcer);
5252

5353
int enforcer_generate_acls(const Enforcer enf, const SciToken scitokens, Acl **acls, char **err_msg);
5454

55+
void enforcer_acl_free(Acl *acls);
56+
5557
int enforcer_test(const Enforcer enf, const SciToken sci, const Acl *acl, char **err_msg);
5658

5759
#ifdef __cplusplus

0 commit comments

Comments
 (0)