diff options
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]; |