git_transport_message_cb

Callback for messages received by the transport.

Return a negative value to cancel the network operation.

extern (C) nothrow @nogc public
alias git_transport_message_cb = int function
(
const(char)* str
,
int len
,
void* payload
)

Meta