]> git.ipfire.org Git - thirdparty/git.git/blobdiff - cache.h
commit: helper methods to reduce redundant blocks of code
[thirdparty/git.git] / cache.h
diff --git a/cache.h b/cache.h
index 3d5ed51989d6c118062c0709eae41fcb3cc6543b..7d498056b243afe3f828d178d42821f0667de72d 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -1003,6 +1003,9 @@ extern int git_env_bool(const char *, int);
 extern int git_config_system(void);
 extern int git_config_global(void);
 extern int config_error_nonbool(const char *);
+extern const char *get_log_output_encoding(void);
+extern const char *get_commit_output_encoding(void);
+
 extern const char *config_exclusive_filename;
 
 #define MAX_GITNAME (1000)