1pskc_global_init(3)                 libpskc                pskc_global_init(3)
2
3
4

NAME

6       pskc_global_init - API function
7

SYNOPSIS

9       #include <pskc.h>
10
11       int pskc_global_init( void);
12

ARGUMENTS

14        void
15

DESCRIPTION

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

RETURNS

23       On success, PSKC_OK (zero) is returned,  otherwise  an  error  code  is
24       returned.
25

REPORTING BUGS

27       Report  bugs  to  <oath-toolkit-help@nongnu.org>.   libpskc  home page:
28       http://www.gnu.org/software/libpskc/ General help using  GNU  software:
29       http://www.gnu.org/gethelp/
30
32       Copyright © 2012-2016 Simon Josefsson.
33       Copying  and  distribution  of this file, with or without modification,
34       are permitted in any medium  without  royalty  provided  the  copyright
35       notice and this notice are preserved.
36
37
38
39libpskc                              2.6.2                 pskc_global_init(3)
Impressum