diff options
-rw-r--r-- | fetchmail.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h index fec71d0b..54bc641a 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -178,7 +178,7 @@ struct runctl char *pidfile; /** where to record the PID of daemon mode processes */ char *postmaster; char *properties; - int poll_interval; + int poll_interval; /** poll interval in seconds (daemon mode, 0 == off) */ flag bouncemail; flag spambounce; flag use_syslog; |