diff options
Diffstat (limited to 'include/git2/net.h')
| -rw-r--r-- | include/git2/net.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/net.h b/include/git2/net.h index 04dff34bc..391cdee1c 100644 --- a/include/git2/net.h +++ b/include/git2/net.h @@ -52,7 +52,7 @@ struct git_remote_head { /** * Callback for listing the remote heads */ -typedef int (*git_headlist_cb)(git_remote_head *rhead, void *payload); +typedef int GIT_CALLBACK(git_headlist_cb)(git_remote_head *rhead, void *payload); /** @} */ GIT_END_DECL |
