NAME
sqlbox_role_hier_gen_free
—
free generated roles
LIBRARY
library “sqlbox”
SYNOPSIS
#include
<stdint.h>
#include <sqlbox.h>
void
sqlbox_role_hier_gen_free
(struct
sqlbox_roles *roles);
DESCRIPTION
Frees roles created by a successful call to
sqlbox_role_hier_gen(3). It also zeroes the structure, so it may be
subsequently re-used. This should only be called after invoking
sqlbox_role_hier_gen(3). It is a noop to invoke the function twice in
sequence. It is a noop to pass NULL
as
roles.