]> git.ipfire.org Git - thirdparty/git.git/blobdiff - advice.h
*.[ch]: remove extern from function declarations using spatch
[thirdparty/git.git] / advice.h
index f875f8cd8da5fdb6e570770ecc7ab4461745f827..4a2052eecfb59852f0ade33d142387c09eb7d897 100644 (file)
--- a/advice.h
+++ b/advice.h
@@ -31,7 +31,7 @@ int git_default_advice_config(const char *var, const char *value);
 __attribute__((format (printf, 1, 2)))
 void advise(const char *advice, ...);
 int error_resolve_conflict(const char *me);
-extern void NORETURN die_resolve_conflict(const char *me);
+void NORETURN die_resolve_conflict(const char *me);
 void NORETURN die_conclude_merge(void);
 void detach_advice(const char *new_name);