Function gnunet_sys::GNUNET_CONFIGURATION_get_value_time[][src]

pub unsafe extern "C" fn GNUNET_CONFIGURATION_get_value_time(
    cfg: *const GNUNET_CONFIGURATION_Handle,
    section: *const c_char,
    option: *const c_char,
    time: *mut GNUNET_TIME_Relative
) -> GNUNET_GenericReturnValue

Get a configuration value that should be a relative time.

@param cfg configuration to inspect @param section section of interest @param option option of interest @param time set to the time value stored in the configuration @return #GNUNET_OK on success, #GNUNET_SYSERR on error