From 4ee8d22351243e9a79bb40f181786e5650abae47 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 2 Nov 1998 16:25:09 +0000 Subject: Added plugin/plugout option. svn path=/trunk/; revision=2168 --- fetchmail.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fetchmail.h') 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 */ -- cgit v1.2.3