diff options
Diffstat (limited to 'src/delta-apply.h')
-rw-r--r-- | src/delta-apply.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/delta-apply.h b/src/delta-apply.h index 642442de0..fc5d8cd01 100644 --- a/src/delta-apply.h +++ b/src/delta-apply.h @@ -15,7 +15,7 @@ * - GIT_SUCCESS on a successful delta unpack. * - GIT_ERROR if the delta is corrupt or doesn't match the base. */ -extern int git__delta_apply( +GIT_EXTERN(int) git__delta_apply( git_rawobj *out, const unsigned char *base, size_t base_len, |