mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-29 10:03:43 +00:00
Fix error when building as C++.
This commit is contained in:
parent
cd3f3c2844
commit
d30155f2f9
@ -561,7 +561,7 @@ typedef struct {
|
|||||||
} git_fetch_options;
|
} git_fetch_options;
|
||||||
|
|
||||||
#define GIT_FETCH_OPTIONS_VERSION 1
|
#define GIT_FETCH_OPTIONS_VERSION 1
|
||||||
#define GIT_FETCH_OPTIONS_INIT { GIT_FETCH_OPTIONS_VERSION, GIT_REMOTE_CALLBACKS_INIT, 0, 1 }
|
#define GIT_FETCH_OPTIONS_INIT { GIT_FETCH_OPTIONS_VERSION, GIT_REMOTE_CALLBACKS_INIT, GIT_FETCH_PRUNE_FALLBACK, 1 }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Initializes a `git_fetch_options` with default values. Equivalent to
|
* Initializes a `git_fetch_options` with default values. Equivalent to
|
||||||
|
Loading…
Reference in New Issue
Block a user