summaryrefslogtreecommitdiff
path: root/src/submodule.h
diff options
context:
space:
mode:
authorRussell Belfer <rb@github.com>2014-03-31 13:31:01 -0700
committerRussell Belfer <rb@github.com>2014-03-31 13:31:01 -0700
commit7dcd42a55f5fdc61e8e8de472ec54ccc0613e23c (patch)
treeb5360032f1fee25f32d05df807359b7430047b29 /src/submodule.h
parentc856f8c503a59ab6c8cc974d467aa2fcf509fd9b (diff)
downloadlibgit2-7dcd42a55f5fdc61e8e8de472ec54ccc0613e23c.tar.gz
Cleanups
Diffstat (limited to 'src/submodule.h')
-rw-r--r--src/submodule.h2
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(