diff options
Diffstat (limited to 'src/submodule.h')
-rw-r--r-- | src/submodule.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/submodule.h b/src/submodule.h index 8199eb1da..1c41897e3 100644 --- a/src/submodule.h +++ b/src/submodule.h @@ -120,7 +120,7 @@ enum { ((S) & ~(0xFFFFFFFFu << 20)) /* Internal submodule check does not attempt to refresh cached data */ -bool git_submodule__is_submodule(git_repository *repo, const char *name); +extern bool git_submodule__is_submodule(git_repository *repo, const char *name); /* Internal status fn returns status and optionally the various OIDs */ extern int git_submodule__status( |