shisa_key_free(3) API function

SYNOPSIS

#include <shisa.h>

void shisa_key_free(Shisa * dbh, Shisa_key * key);

ARGUMENTS

Shisa * dbh
Shisa library handle created by shisa().
Shisa_key * key
Pointer to Shisa key structure to deallocate.

DESCRIPTION

Deallocate the fields of a Shisa key structure, and the structure itself.

REPORTING BUGS

Report bugs to <[email protected]>.

COPYRIGHT

Copyright © 2002-2010 Simon Josefsson.
Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved.