aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-12-30 21:02:16 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-12-30 21:02:16 +0000
commiteb86f615066e71738f8f9ab924118e789380c873 (patch)
treeeeb5a1a9a2b33781b104e7cdd562aca819be9428 /fetchmail.h
parentf7b666e1d4d1afd76f0696324f3d60e7de10de19 (diff)
downloadfetchmail-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.h1
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, ...);