mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-09 16:45:49 +00:00
Fix compilation in MSVC
The git_odb_backend_* symbols were being redefined as external. Signed-off-by: Vicent Marti <tanoku@gmail.com>
This commit is contained in:
parent
2e75e15690
commit
becff0428e
@ -14,8 +14,4 @@ struct git_odb {
|
||||
int git_odb__hash_obj(git_oid *id, char *hdr, size_t n, int *len, git_rawobj *obj);
|
||||
int git_odb__inflate_buffer(void *in, size_t inlen, void *out, size_t outlen);
|
||||
|
||||
|
||||
int git_odb_backend_loose(git_odb_backend **backend_out, const char *objects_dir);
|
||||
int git_odb_backend_pack(git_odb_backend **backend_out, const char *objects_dir);
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user