diff options
author | Jeff King <peff@peff.net> | 2019-04-05 14:03:41 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-04-16 16:58:21 +0900 |
commit | 336226c259f3fa2e2c9c1f5ce857f0c163b26928 (patch) | |
tree | 405388a630168aeb1586216e7a76c7bec8aaddec /packfile.c | |
parent | mingw: allow building with an MSYS2 runtime v3.x (diff) | |
download | tgif-336226c259f3fa2e2c9c1f5ce857f0c163b26928.tar.xz |
packfile.h: drop extern from function declarations
As CodingGuidelines recommends, we do not need an "extern" when
declaring a public function. Let's drop these. Note that we leave the
extern on report_garbage(), as that is actually a function pointer, not
a function itself.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'packfile.c')
0 files changed, 0 insertions, 0 deletions