summaryrefslogtreecommitdiff
path: root/src/buildtool/file_system/git_utils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/file_system/git_utils.hpp')
-rw-r--r--src/buildtool/file_system/git_utils.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/buildtool/file_system/git_utils.hpp b/src/buildtool/file_system/git_utils.hpp
index d301912a..68eb670b 100644
--- a/src/buildtool/file_system/git_utils.hpp
+++ b/src/buildtool/file_system/git_utils.hpp
@@ -33,6 +33,7 @@ struct git_object;
struct git_remote;
struct git_commit;
struct git_tree_entry;
+struct git_config;
}
constexpr std::size_t kWaitTime{2}; // time in ms between tries for git locks
@@ -70,4 +71,6 @@ void commit_closer(gsl::owner<git_commit*> commit);
void tree_entry_closer(gsl::owner<git_tree_entry*> tree_entry);
+void config_closer(gsl::owner<git_config*> cfg);
+
#endif // INCLUDED_SRC_BUILDTOOL_FILE_SYSTEM_GIT_UTILS_HPP