diff options
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 (); |