diff options
Diffstat (limited to 'src/libgit2.h')
-rw-r--r-- | src/libgit2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libgit2.h b/src/libgit2.h index 6f92a8318..a898367ae 100644 --- a/src/libgit2.h +++ b/src/libgit2.h @@ -7,6 +7,8 @@ #ifndef INCLUDE_libgit2_h__ #define INCLUDE_libgit2_h__ +extern int git_libgit2_init_count(void); + extern const char *git_libgit2__user_agent(void); extern const char *git_libgit2__ssl_ciphers(void); |