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 352676fd..b03899d0 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -100,6 +100,8 @@ struct query #endif /* HAVE_GETHOSTBYNAME */ }; +#define MULTIDROP(ctl) ((ctl)->localnames && (ctl)->localnames->next) + struct method { char *name; /* protocol name */ |