diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-12-30 21:02:16 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-12-30 21:02:16 +0000 |
commit | eb86f615066e71738f8f9ab924118e789380c873 (patch) | |
tree | eeb5a1a9a2b33781b104e7cdd562aca819be9428 /fetchmail.h | |
parent | f7b666e1d4d1afd76f0696324f3d60e7de10de19 (diff) | |
download | fetchmail-eb86f615066e71738f8f9ab924118e789380c873.tar.gz fetchmail-eb86f615066e71738f8f9ab924118e789380c873.tar.bz2 fetchmail-eb86f615066e71738f8f9ab924118e789380c873.zip |
Cleaned up ticker dots code.
svn path=/trunk/; revision=708
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 905bc211..7b194c24 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -164,6 +164,7 @@ extern int smtp_response; /* numeric value of SMTP response code */ /* prototypes for globally callable functions */ #if defined(HAVE_STDARG_H) +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, ...); |