diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-05-15 16:09:24 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-05-15 16:09:24 +0000 |
commit | 3dd9a93bd23e0ad36e52ffd79efe2dcbdaf85272 (patch) | |
tree | 8b0bf1472eb20208cd2295619f14d70941fffe57 /fetchmail.h | |
parent | 60389620d98dd09d4722f078b3523c6a0425f173 (diff) | |
download | fetchmail-3dd9a93bd23e0ad36e52ffd79efe2dcbdaf85272.tar.gz fetchmail-3dd9a93bd23e0ad36e52ffd79efe2dcbdaf85272.tar.bz2 fetchmail-3dd9a93bd23e0ad36e52ffd79efe2dcbdaf85272.zip |
-Wall cleanup.
svn path=/trunk/; revision=1011
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h index 3dc569a3..a50659e5 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -189,6 +189,7 @@ void error_init(int foreground); void error (int status, int errnum, const char *format, ...); void error_build (const char *format, ...); void error_complete (int status, int errnum, const char *format, ...); +void error_at_line (int, int, const char *, unsigned int, const char *, ...); void gen_send (int sock, char *, ... ); int gen_recv(int sock, char *buf, int size); int gen_transact (int sock, char *, ... ); @@ -196,6 +197,7 @@ int gen_transact (int sock, char *, ... ); void error (); void error_build (); void error_complete (); +void error_at_line (); void gen_send (); int gen_transact (); #endif |