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 74121bd5..e819e7e8 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -235,7 +235,6 @@ struct hostdata /* shared among all user connections to given server */ int protocol; /* protocol type */ #ifdef INET6_ENABLE char *service; /* IPv6 service name */ - void *netsec; /* IPv6 security request */ #else /* INET6_ENABLE */ int port; /* TCP/IP service port number */ #endif /* INET6_ENABLE */ |