]> granicus.if.org Git - git/commit
packfile.h: drop extern from function declarations
authorJeff King <peff@peff.net>
Fri, 5 Apr 2019 18:03:41 +0000 (14:03 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 16 Apr 2019 07:58:21 +0000 (16:58 +0900)
commit336226c259f3fa2e2c9c1f5ce857f0c163b26928
tree405388a630168aeb1586216e7a76c7bec8aaddec
parentaeb582a98374c094361cba1bd756dc6307432c42
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>
packfile.h