Function gnunet_sys::GNUNET_h2s2[][src]

pub unsafe extern "C" fn GNUNET_h2s2(
    hc: *const GNUNET_HashCode
) -> *const c_char

@ingroup logging Convert a hash value to a string (for printing debug messages). This is one of the very few calls in the entire API that is NOT reentrant! Identical to #GNUNET_h2s(), except that another buffer is used so both #GNUNET_h2s() and #GNUNET_h2s2() can be used within the same log statement.

@param hc the hash code @return string