.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "pskc_global_init" 3 "2.6.6" "libpskc" "libpskc" .SH NAME pskc_global_init \- API function .SH SYNOPSIS .B #include .sp .BI "int pskc_global_init( " void ");" .SH ARGUMENTS .IP " void" 12 .SH "DESCRIPTION" This function initializes the PSKC library. Every user of this library needs to call this function before using other functions. You should call \fBpskc_global_done()\fP when use of the PSKC library is no longer needed. .SH "RETURNS" On success, \fBPSKC_OK\fP (zero) is returned, otherwise an error code is returned. .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.