contrib/git-credential-gnome-keyring.c: remove unnecessary pre-declarations
commite72aefc9ec144a21d78202b53ecd7ce115f5ec2b
authorBrandon Casey <drafnel@gmail.com>
Mon, 23 Sep 2013 05:07:57 +0000 (22 22:07 -0700)
committerJonathan Nieder <jrnieder@gmail.com>
Mon, 23 Sep 2013 17:58:07 +0000 (23 10:58 -0700)
treec208140beeba345671c2d1a8b99fc2ce6b4133ad
parent128a96c98442524c7f2eeef4757b1e48445f24ce
contrib/git-credential-gnome-keyring.c: remove unnecessary pre-declarations

These are all defined before they are used, so it is not necessary to
pre-declare them.  Remove the pre-declarations.

Signed-off-by: Brandon Casey <drafnel@gmail.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
contrib/credential/gnome-keyring/git-credential-gnome-keyring.c