Function gnunet_sys::GNUNET_CONFIGURATION_load_from[][src]

pub unsafe extern "C" fn GNUNET_CONFIGURATION_load_from(
    cfg: *mut GNUNET_CONFIGURATION_Handle,
    defaults_d: *const c_char
) -> GNUNET_GenericReturnValue

Load default configuration. This function will parse the defaults from the given @a defaults_d directory.

@param cfg configuration to update @param defaults_d directory with the defaults @return #GNUNET_OK on success, #GNUNET_SYSERR on error