1pskc_global_done(3) libpskc pskc_global_done(3)
2
3
4
6 pskc_global_done - API function
7
9 #include <pskc.h>
10
11 void pskc_global_done( void);
12
14 void
15
17 This function deinitializes the PSKC library, which were initialized
18 using pskc_global_init(). After calling this function, no other PSKC
19 library function may be called except for to re-initialize the library
20 using pskc_global_init().
21
23 Report bugs to <oath-toolkit-help@nongnu.org>. libpskc home page:
24 https://www.nongnu.org/oath-toolkit/ General help using GNU software:
25 http://www.gnu.org/gethelp/
26
28 Copyright © 2012-2020 Simon Josefsson.
29 Copying and distribution of this file, with or without modification,
30 are permitted in any medium without royalty provided the copyright no‐
31 tice and this notice are preserved.
32
33
34
35libpskc 2.6.7 pskc_global_done(3)