diff options
Diffstat (limited to 'include/git2/trace.h')
| -rw-r--r-- | include/git2/trace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/trace.h b/include/git2/trace.h index f9b4d6ff6..f8bbfb28c 100644 --- a/include/git2/trace.h +++ b/include/git2/trace.h @@ -49,7 +49,7 @@ typedef enum { /** * An instance for a tracing function */ -typedef void (*git_trace_callback)(git_trace_level_t level, const char *msg); +typedef void GIT_CALLBACK(git_trace_callback)(git_trace_level_t level, const char *msg); /** * Sets the system tracing configuration to the specified level with the |
