summaryrefslogtreecommitdiff
path: root/include/git2/indexer.h
diff options
context:
space:
mode:
authorLambert CLARA <lambert.clara@yahoo.fr>2011-08-13 10:56:33 +0200
committerLambert CLARA <lambert.clara@yahoo.fr>2011-08-13 10:56:33 +0200
commita6bbb8cab645af37aec62eef2e607c9a3185c827 (patch)
treec165b59dec2a4a01e86fbc68baf76592c589667d /include/git2/indexer.h
parent283573fdb50c0beea27fd8ff72b9708e2306728e (diff)
downloadlibgit2-a6bbb8cab645af37aec62eef2e607c9a3185c827.tar.gz
Add missing GIT_BEGIN_DECL and GIT_END_DECL to indexer header
Diffstat (limited to 'include/git2/indexer.h')
-rw-r--r--include/git2/indexer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/git2/indexer.h b/include/git2/indexer.h
index 6c31956b1..2852d7e6f 100644
--- a/include/git2/indexer.h
+++ b/include/git2/indexer.h
@@ -4,6 +4,8 @@
#include "git2/common.h"
#include "git2/oid.h"
+GIT_BEGIN_DECL
+
/**
* This is passed as the first argument to the callback to allow the
* 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_END_DECL
#endif