diff options
author | Chris Young <chris@unsatisfactorysoftware.co.uk> | 2012-06-08 18:57:35 +0100 |
---|---|---|
committer | Chris Young <chris@unsatisfactorysoftware.co.uk> | 2012-06-08 18:57:35 +0100 |
commit | aa5a92d121d4fcc56d9661ce1c76534b410784c7 (patch) | |
tree | ef6455d89b4bf7586546c468367cfb1a0f4bac8f /include/git2/common.h | |
parent | 519757279eb25fe4075f65b86da5ce52d352b454 (diff) | |
download | libgit2-aa5a92d121d4fcc56d9661ce1c76534b410784c7.tar.gz |
OS4 compatibility
Diffstat (limited to 'include/git2/common.h')
-rw-r--r-- | include/git2/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/git2/common.h b/include/git2/common.h index 4e6c2a57e..b692c67e2 100644 --- a/include/git2/common.h +++ b/include/git2/common.h @@ -107,6 +107,8 @@ GIT_EXTERN(int) git_strarray_copy(git_strarray *tgt, const git_strarray *src); */ GIT_EXTERN(void) git_libgit2_version(int *major, int *minor, int *rev); +GIT_EXTERN(int) p_fnmatch(const char *pattern, const char *string, int flags); + /** @} */ GIT_END_DECL #endif |