1pskc_global_init(3) libpskc pskc_global_init(3)
2
3
4
6 pskc_global_init - API function
7
9 #include <pskc.h>
10
11 int pskc_global_init( void);
12
14 void
15
17 This function initializes the PSKC library. Every user of this library
18 needs to call this function before using other functions. You should
19 call pskc_global_done() when use of the PSKC library is no longer
20 needed.
21
23 On success, PSKC_OK (zero) is returned, otherwise an error code is re‐
24 turned.
25
27 Report bugs to <oath-toolkit-help@nongnu.org>. libpskc home page:
28 https://www.nongnu.org/oath-toolkit/ General help using GNU software:
29 http://www.gnu.org/gethelp/
30
32 Copyright © 2012-2020 Simon Josefsson.
33 Copying and distribution of this file, with or without modification,
34 are permitted in any medium without royalty provided the copyright no‐
35 tice and this notice are preserved.
36
37
38
39libpskc 2.6.7 pskc_global_init(3)