]> git.ipfire.org Git - thirdparty/git.git/blobdiff - fsck.h
fsck.c: refactor and rename common config callback
[thirdparty/git.git] / fsck.h
diff --git a/fsck.h b/fsck.h
index 733378f1260a89bcda654e1f6e2b5144e8d2ab3e..f70d11c5594d0489023a90676e5b187201c96347 100644 (file)
--- a/fsck.h
+++ b/fsck.h
@@ -109,7 +109,6 @@ const char *fsck_describe_object(struct fsck_options *options,
  * git_config() callback for use by fsck-y tools that want to support
  * fsck.<msg> fsck.skipList etc.
  */
-int fsck_config_internal(const char *var, const char *value, void *cb,
-                        struct fsck_options *options);
+int git_fsck_config(const char *var, const char *value, void *cb);
 
 #endif