Function gnunet_sys::GNUNET_DISK_pipe_close_end[][src]

pub unsafe extern "C" fn GNUNET_DISK_pipe_close_end(
    p: *mut GNUNET_DISK_PipeHandle,
    end: GNUNET_DISK_PipeEnd
) -> GNUNET_GenericReturnValue

Closes one half of an interprocess channel

@param p pipe to close end of @param end which end of the pipe to close @return #GNUNET_OK on success, #GNUNET_SYSERR otherwise