asfreeashlist - release ASH enumeration structures
SYNOPSIS
#include <arraysvcs.h>
void asfreeashlist(asashlist_t *AshList, uint32_t Flags);
DESCRIPTION
The asfreeashlist function releases the resources used by
the specified asashlist_t structure. These structures are
typically generated by the aslistashs(3X) function.
The Flags argument is reserved for future expansion and
should be specified as 0.
NOTES
asfreeashlist is found in the library "libarray.so", and
will be loaded if the option "-larray" is used with cc(1)
or ld(1).
SEE ALSO
aslistashs(3X).
Man(1) output converted with
man2html