diff options
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h index a329c19f..d969945c 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -128,7 +128,6 @@ struct method int (*fetch)(); /* fetch a given message */ int (*trail)(); /* eat trailer of a message */ int (*delete)(); /* delete method */ - char *expunge_cmd; /* expunge command */ char *exit_cmd; /* exit command */ }; |