.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "oath_done" 3 "2.6.11" "liboath" "liboath" .SH NAME oath_done \- API function .SH SYNOPSIS .B #include .sp .BI "int oath_done( " void ");" .SH ARGUMENTS .IP " void" 12 .SH "DESCRIPTION" This function deinitializes the OATH library, which were initialized using \fBoath_init()\fP. After calling this function, no other OATH library function may be called except for to re\-initialize the library using \fBoath_init()\fP. .SH "RETURNS" On success, \fBOATH_OK\fP (zero) is returned, otherwise an error code is returned. .SH "REPORTING BUGS" Report bugs to . liboath home page: https://www.nongnu.org/oath-toolkit/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2009-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.