Function gnunet_sys::GNUNET_CONFIGURATION_deserialize[][src]

pub unsafe extern "C" fn GNUNET_CONFIGURATION_deserialize(
    cfg: *mut GNUNET_CONFIGURATION_Handle,
    mem: *const c_char,
    size: usize,
    basedir: *const c_char
) -> GNUNET_GenericReturnValue

De-serializes configuration

@param cfg configuration to update @param mem the memory block of serialized configuration @param size the size of the memory block @param allow_inline set to the base directory if we recursively load configuration from inlined configurations; NULL if not and raise warnings when we come across them @return #GNUNET_OK on success, #GNUNET_SYSERR on error