Blame doc/functions/gnutls_global_set_time_function

Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
@deftypefun {void} {gnutls_global_set_time_function} (gnutls_time_func @var{time_func})
Packit Service 4684c1
@var{time_func}: it's the system time function, a @code{gnutls_time_func()}  callback.
Packit Service 4684c1
Packit Service 4684c1
This is the function where you can override the default system time
Packit Service 4684c1
function.  The application provided function should behave the same
Packit Service 4684c1
as the standard function.
Packit Service 4684c1
Packit Service 4684c1
@strong{Since:} 2.12.0
Packit Service 4684c1
@end deftypefun