1oath_done(3) liboath oath_done(3)
2
3
4
6 oath_done - API function
7
9 #include <oath.h>
10
11 int oath_done( void);
12
14 void
15
17 This function deinitializes the OATH library, which were initialized
18 using oath_init(). After calling this function, no other OATH library
19 function may be called except for to re-initialize the library using
20 oath_init().
21
23 On success, OATH_OK (zero) is returned, otherwise an error code is re‐
24 turned.
25
27 Report bugs to <oath-toolkit-help@nongnu.org>. liboath home page:
28 https://www.nongnu.org/oath-toolkit/ General help using GNU software:
29 http://www.gnu.org/gethelp/
30
32 Copyright © 2009-2020 Simon Josefsson.
33 Copying and distribution of this file, with or without modification,
34 are permitted in any medium without royalty provided the copyright no‐
35 tice and this notice are preserved.
36
37
38
39liboath 2.6.7 oath_done(3)