diff options
author | Chris Young <chris@unsatisfactorysoftware.co.uk> | 2012-06-14 18:57:24 +0100 |
---|---|---|
committer | Chris Young <chris@unsatisfactorysoftware.co.uk> | 2012-06-14 18:57:24 +0100 |
commit | a8df98c6fb07b8ddff18a01d7f2f607d9493dd7c (patch) | |
tree | 508aa2bdd6278e967ce4122c37a6a7d9a77bdad5 /include/git2/common.h | |
parent | a21bb1aa33e9887c06852db62526895df6091736 (diff) | |
download | libgit2-a8df98c6fb07b8ddff18a01d7f2f607d9493dd7c.tar.gz |
Updates from comments on OS4 compatibility pull request http://github.com/libgit2/libgit2/pull/766
Diffstat (limited to 'include/git2/common.h')
-rw-r--r-- | include/git2/common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/git2/common.h b/include/git2/common.h index 99018d4f5..1af045cff 100644 --- a/include/git2/common.h +++ b/include/git2/common.h @@ -103,8 +103,6 @@ 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 |