git_packbuilder_progress

Packbuilder progress notification function

extern (C) nothrow @nogc
alias git_packbuilder_progress = int function
(
int stage
,
uint current
,
uint total
,
void* payload
)

Meta