]> git.ipfire.org Git - thirdparty/git.git/blobdiff - run-command.h
Merge branch 'en/merge-ort-api-null-impl'
[thirdparty/git.git] / run-command.h
index 8b9bfaef16c8d1932ba1449da205675113097103..6472b38bde448cd256697b0b3cbd962cdf3da333 100644 (file)
@@ -221,7 +221,7 @@ int run_hook_ve(const char *const *env, const char *name, va_list args);
 /*
  * Trigger an auto-gc
  */
-int run_auto_gc(int quiet);
+int run_auto_maintenance(int quiet);
 
 #define RUN_COMMAND_NO_STDIN 1
 #define RUN_GIT_CMD         2  /*If this is to be git sub-command */