diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-01-24 00:06:47 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-01-24 00:06:47 +0000 |
commit | d92b8233c987c8f48c56500bc4d7bd84c82ded63 (patch) | |
tree | dbdd7d0010d435946024e4e443de15b85c0316ad /fetchmail.h | |
parent | 7f0f666a6dab4ce685d25346b5f17857076e4c2f (diff) | |
download | fetchmail-d92b8233c987c8f48c56500bc4d7bd84c82ded63.tar.gz fetchmail-d92b8233c987c8f48c56500bc4d7bd84c82ded63.tar.bz2 fetchmail-d92b8233c987c8f48c56500bc4d7bd84c82ded63.zip |
Introduce gen_recv.
svn path=/trunk/; revision=814
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h index 729b354e..e18a7b52 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -180,6 +180,7 @@ 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 gen_send (FILE *sockfp, char *, ... ); +int gen_recv(FILE *sockfp, char *buf, int size); int gen_transact (FILE *sockfp, char *, ... ); #else void error (); |