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 65780434..721a4b8a 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -199,6 +199,8 @@ struct hostdata /* shared among all user connections to given server */ struct interface_pair_s *interface_pair; #endif /* linux */ + char *plugin,*plugout; + /* computed for internal use */ const struct method *base_protocol; /* relevant protocol method table */ int poll_count; /* count of polls so far */ |