Function gnunet_sys::GNUNET_CONFIGURATION_parse[][src]

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

Parse a configuration file, add all of the options in the file to the configuration environment.

@param cfg configuration to update @param filename name of the configuration file @return #GNUNET_OK on success, #GNUNET_SYSERR on error