diff options
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h index 7edca267..9b4f03b5 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -103,7 +103,7 @@ struct runctl int poll_interval; flag use_syslog; flag invisible; - const char *postmaster; + char *postmaster; }; struct idlist |