diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-10-23 00:31:31 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-10-23 00:31:31 +0000 |
commit | 75e4877cbd430ea55299d6b2ef676a6a377d1e86 (patch) | |
tree | 28a394af1a55f1846573534ad127d8a52e0c665e /driver.c | |
parent | 97af3b28e935b786e61d46df1a0d73fd4c9a4eba (diff) | |
download | fetchmail-75e4877cbd430ea55299d6b2ef676a6a377d1e86.tar.gz fetchmail-75e4877cbd430ea55299d6b2ef676a6a377d1e86.tar.bz2 fetchmail-75e4877cbd430ea55299d6b2ef676a6a377d1e86.zip |
Ready to ship.
svn path=/trunk/; revision=1527
Diffstat (limited to 'driver.c')
-rw-r--r-- | driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1993,7 +1993,7 @@ closeUp: } #if defined(HAVE_STDARG_H) -void gen_send(int sock, char *fmt, ... ) +void gen_send(int sock, const char *fmt, ... ) /* assemble command in printf(3) style and send to the server */ #else void gen_send(sock, fmt, va_alist) |