diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2004-06-11 19:42:04 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2004-06-11 19:42:04 +0000 |
commit | 5bbed890029e6b965a32317763ef33c9b3178550 (patch) | |
tree | 2ef5a2d14f8451b4889c7aeb3b69428c9fbfd009 /etrn.c | |
parent | d78b61e3efaea197a6e5b2b72bf2981a9ed69461 (diff) | |
download | fetchmail-5bbed890029e6b965a32317763ef33c9b3178550.tar.gz fetchmail-5bbed890029e6b965a32317763ef33c9b3178550.tar.bz2 fetchmail-5bbed890029e6b965a32317763ef33c9b3178550.zip |
Quench some GCC 3.4 warnings by making sure that all int arguments are marked int and swapping words so that static is first in the line.
svn path=/trunk/; revision=3882
Diffstat (limited to 'etrn.c')
-rw-r--r-- | etrn.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -119,7 +119,7 @@ static int etrn_logout(int sock, struct query *ctl) return(gen_transact(sock, "QUIT")); } -const static struct method etrn = +static const struct method etrn = { "ETRN", /* ESMTP ETRN extension */ #if INET6_ENABLE |