1pskc_validate(3)                    libpskc                   pskc_validate(3)
2
3
4

NAME

6       pskc_validate - API function
7

SYNOPSIS

9       #include <pskc.h>
10
11       int pskc_validate(pskc_t * container, int * isvalid);
12

ARGUMENTS

14       pskc_t * container
15                   a pskc_t handle, from pskc_init().
16
17       int * isvalid
18                   output variable holding validation result, non-0 for valid.
19

DESCRIPTION

21       This function validate the PSKC container handle the PSKC XML Schema.
22

RETURNS

24       On success, PSKC_OK (zero) is returned, or an error code.
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_validate(3)
Impressum