git_transport_message_cb

Callback for messages recieved by the transport.

Return a negative value to cancel the network operation.

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

Meta