Petr Baudis <pasky@xxxxxxx> writes: > Dear diary, on Fri, Jun 23, 2006 at 03:32:27PM CEST, I got a letter > where Petr Baudis <pasky@xxxxxxx> said that... >> diff --git a/git-compat-util.h b/git-compat-util.h >> index 5d543d2..e954002 100644 >> --- a/git-compat-util.h >> +++ b/git-compat-util.h >> @@ -36,9 +36,13 @@ #endif >> #endif >> >> /* General helper functions */ >> -extern void usage(const char *err) NORETURN; >> -extern void die(const char *err, ...) NORETURN __attribute__((format (printf, 1, 2))); >> -extern int error(const char *err, ...) __attribute__((format (printf, 1, 2))); >> +void usage(const char *err) NORETURN; >> +void die(const char *err, ...) NORETURN __attribute__((format (printf, 1, 2))); >> +int error(const char *err, ...) __attribute__((format (printf, 1, 2))); > > Wah, this kind of slipped through. Below is a patch without the > externs removed. Oh, I first thought you did that on purpose as a cleanup. After all don't they mean the same thing? - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html