.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "pskc_validate" 3 "2.6.6" "libpskc" "libpskc" .SH NAME pskc_validate \- API function .SH SYNOPSIS .B #include .sp .BI "int pskc_validate(pskc_t * " container ", int * " isvalid ");" .SH ARGUMENTS .IP "pskc_t * container" 12 a \fBpskc_t\fP handle, from \fBpskc_init()\fP. .IP "int * isvalid" 12 output variable holding validation result, non\-0 for valid. .SH "DESCRIPTION" This function validate the PSKC \fIcontainer\fP handle the PSKC XML Schema. .SH "RETURNS" On success, \fBPSKC_OK\fP (zero) is returned, or an error code. .SH "REPORTING BUGS" Report bugs to . libpskc home page: http://www.gnu.org/software/libpskc/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2012-2020 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved.