diff options
Diffstat (limited to 'include/git2/attr.h')
| -rw-r--r-- | include/git2/attr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/attr.h b/include/git2/attr.h index 651454abc..3752b9913 100644 --- a/include/git2/attr.h +++ b/include/git2/attr.h @@ -202,7 +202,7 @@ GIT_EXTERN(int) git_attr_get_many( * @return 0 to continue looping, non-zero to stop. This value will be returned * from git_attr_foreach. */ -typedef int (*git_attr_foreach_cb)(const char *name, const char *value, void *payload); +typedef int GIT_CALLBACK(git_attr_foreach_cb)(const char *name, const char *value, void *payload); /** * Loop over all the git attributes for a path. |
