diff options
Diffstat (limited to 'src/win32/w32_stack.h')
-rw-r--r-- | src/win32/w32_stack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win32/w32_stack.h b/src/win32/w32_stack.h index c2565c228..b42ff3441 100644 --- a/src/win32/w32_stack.h +++ b/src/win32/w32_stack.h @@ -81,7 +81,7 @@ typedef struct { * thread at startup (under a lock if there are other threads * active). */ -void git_win32__stack_init(void); +int git_win32__stack_init(void); /** * Cleanup symbol table data. This should be done in the |