diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-09-26 04:38:33 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-09-26 04:38:33 +0000 |
commit | 29783b401e04e4e38a139f22b30e832f29e3c447 (patch) | |
tree | f7a4652daa19980ddf03a1f8060e6787408376fc /fetchmail.h | |
parent | acec5dd26cf180054a5543b83a3e28196d218cc9 (diff) | |
download | fetchmail-29783b401e04e4e38a139f22b30e832f29e3c447.tar.gz fetchmail-29783b401e04e4e38a139f22b30e832f29e3c447.tar.bz2 fetchmail-29783b401e04e4e38a139f22b30e832f29e3c447.zip |
Even more improved sizeticker.
svn path=/trunk/; revision=156
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 2db2e5b2..0733be2f 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -54,6 +54,8 @@ #define TO_STDOUT 3 /* use stdout */ #define TO_MDA 4 /* use agent */ +#define TICKERSIZE 1024 /* print 1 dot per this many bytes */ + struct hostrec { char servername [HOSTLEN+1]; |