.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "pskc_init" 3 "2.6.11" "libpskc" "libpskc" .SH NAME pskc_init \- API function .SH SYNOPSIS .B #include .sp .BI "int pskc_init(pskc_t ** " container ");" .SH ARGUMENTS .IP "pskc_t ** container" 12 pointer to a \fBpskc_t\fP handle to initialize. .SH "DESCRIPTION" This function initializes the PSKC \fIcontainer\fP handle. The memory allocate can be released by calling \fBpskc_done()\fP. .SH "RETURNS" On success, \fBPSKC_OK\fP (zero) is returned, on memory allocation errors \fBPSKC_MALLOC_ERROR\fP is returned. .SH "REPORTING BUGS" Report bugs to . libpskc home page: https://www.nongnu.org/oath-toolkit/ 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.