diff options
Diffstat (limited to 'cache.h')
-rw-r--r-- | cache.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -925,8 +925,8 @@ extern int protect_hfs; extern int protect_ntfs; extern const char *core_fsmonitor; -int core_apply_sparse_checkout; -int core_sparse_checkout_cone; +extern int core_apply_sparse_checkout; +extern int core_sparse_checkout_cone; /* * Include broken refs in all ref iterations, which will |