mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-29 06:20:56 +00:00
Merge pull request #366 from belkiss/development
Add missing GIT_BEGIN_DECL and GIT_END_DECL to indexer header
This commit is contained in:
commit
bae88c0dc6
@ -4,6 +4,8 @@
|
|||||||
#include "git2/common.h"
|
#include "git2/common.h"
|
||||||
#include "git2/oid.h"
|
#include "git2/oid.h"
|
||||||
|
|
||||||
|
GIT_BEGIN_DECL
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This is passed as the first argument to the callback to allow the
|
* This is passed as the first argument to the callback to allow the
|
||||||
* user to see the progress.
|
* user to see the progress.
|
||||||
@ -63,5 +65,6 @@ GIT_EXTERN(const git_oid *) git_indexer_hash(git_indexer *idx);
|
|||||||
*/
|
*/
|
||||||
GIT_EXTERN(void) git_indexer_free(git_indexer *idx);
|
GIT_EXTERN(void) git_indexer_free(git_indexer *idx);
|
||||||
|
|
||||||
|
GIT_END_DECL
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user