1pskc_done(3) libpskc pskc_done(3)
2
3
4
6 pskc_done - API function
7
9 #include <pskc.h>
10
11 void pskc_done(pskc_t * container);
12
14 pskc_t * container
15 a pskc_t handle, from pskc_init().
16
18 This function releases the resources associated with the PSKC container
19 handle.
20
22 Report bugs to <oath-toolkit-help@nongnu.org>. libpskc home page:
23 http://www.gnu.org/software/libpskc/ General help using GNU software:
24 http://www.gnu.org/gethelp/
25
27 Copyright © 2012-2020 Simon Josefsson.
28 Copying and distribution of this file, with or without modification,
29 are permitted in any medium without royalty provided the copyright
30 notice and this notice are preserved.
31
32
33
34libpskc 2.6.6 pskc_done(3)