1pskc_global_log(3) libpskc pskc_global_log(3)
2
3
4
6 pskc_global_log - API function
7
9 #include <pskc.h>
10
11 void pskc_global_log(pskc_log_func log_func);
12
14 pskc_log_func log_func
15 new global pskc_log_func log function to use.
16
18 Enable global debug logging function. The function will be invoked to
19 print various debugging information.
20
21 pskc_log_func is of the form, void (*pskc_log_func) (const char *msg);
22
23 The container and keypackage variables may be NULL if they are not rel‐
24 evant for the debug information printed.
25
27 Report bugs to <oath-toolkit-help@nongnu.org>. libpskc home page:
28 http://www.gnu.org/software/libpskc/ General help using GNU software:
29 http://www.gnu.org/gethelp/
30
32 Copyright © 2012-2016 Simon Josefsson.
33 Copying and distribution of this file, with or without modification,
34 are permitted in any medium without royalty provided the copyright
35 notice and this notice are preserved.
36
37
38
39libpskc 2.6.2 pskc_global_log(3)