summaryrefslogtreecommitdiff
path: root/src/submodule.h
diff options
context:
space:
mode:
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 e188dbb3c..91a4e1223 100644
--- a/src/submodule.h
+++ b/src/submodule.h
@@ -159,6 +159,6 @@ extern int git_submodule__map(
* @param name the name to check
* @param flags the `GIT_PATH` flags to use for the check (0 to use filesystem defaults)
*/
-extern int git_submodule_name_is_valid(const git_repository *repo, const char *name, int flags);
+extern int git_submodule_name_is_valid(git_repository *repo, const char *name, int flags);
#endif