]> git.ipfire.org Git - thirdparty/git.git/commit
gpg-interface: modernize function declarations
authorJeff King <peff@peff.net>
Fri, 13 Apr 2018 21:18:31 +0000 (15:18 -0600)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Apr 2018 05:15:03 +0000 (14:15 +0900)
commitf80bee27e3c3fc9085427945f97a2f7756500ea9
tree92a2c486a4d3614c3b2fd2a5c1e00240d1e3e8ce
parent1b0eeec3f359888f8a638de8af253f621a5b836e
gpg-interface: modernize function declarations

Let's drop "extern" from our declarations, which brings us
in line with our modern style guidelines. While we're
here, let's wrap some of the overly long lines, and move
docstrings for public functions to their declarations, since
they document the interface.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Ben Toews <mastahyeti@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gpg-interface.c
gpg-interface.h