diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-10-05 02:25:40 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-10-05 02:25:40 +0200 |
commit | 37b73cfcc7ac9a89ff7cb7c394384e62ebc6007b (patch) | |
tree | c0f51e77a217b7778615474921a69c6baae1f71d | |
parent | 20536148dfccf17fd1be5be2b98b4dc74500282f (diff) | |
download | fetchmail-37b73cfcc7ac9a89ff7cb7c394384e62ebc6007b.tar.gz fetchmail-37b73cfcc7ac9a89ff7cb7c394384e62ebc6007b.tar.bz2 fetchmail-37b73cfcc7ac9a89ff7cb7c394384e62ebc6007b.zip |
Make CompUserResp/CheckUserAuth fwd decls true prototypes.
-rw-r--r-- | rpa.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -49,8 +49,8 @@ extern int linecount; static void GenChallenge(unsigned char* buf, int len); static int DigestPassphrase(char* passphrase, unsigned char* rbuf, int unicodeit); - static void CompUserResp(); - static int CheckUserAuth(); + static void CompUserResp(void); + static int CheckUserAuth(void); static void md5(const void* in, int len, unsigned char* out); #endif |