pub unsafe extern "C" fn version_get_gitbranch(
    v: *const Version
) -> *const c_char
Expand description

Get git branch.

Returns:

  • git branch

Arguments

  • v - pointer to Version data. NULL for currently running software.