Function gnunet_sys::GNUNET_HELLO_merge[][src]

pub unsafe extern "C" fn GNUNET_HELLO_merge(
    h1: *const GNUNET_HELLO_Message,
    h2: *const GNUNET_HELLO_Message
) -> *mut GNUNET_HELLO_Message

Construct a HELLO message by merging the addresses in two existing HELLOs (which must be for the same peer).

@param h1 first HELLO message @param h2 the second HELLO message @return the combined hello message