aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 3347889f..f3c3fbc9 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -98,7 +98,8 @@ struct hostdata /* shared among all user connections to given server */
struct idlist *localdomains; /* list of pass-through domains */
int protocol; /* protocol type */
#if INET6
- char *service;
+ char *service; /* IPv6 service name */
+ void *netsec; /* IPv6 security request */
#else /* INET6 */
int port; /* TCP/IP service port number */
#endif /* INET6 */
@@ -262,11 +263,6 @@ extern char *home; /* home directory of invoking user */
extern char *fetchmailhost; /* the name of the host running fetchmail */
extern int pass; /* number of re-polling pass */
-#if NETSEC
-extern void *request;
-extern int requestlen;
-#endif /* NETSEC */
-
/* prototypes for globally callable functions */
/* error.c: Error reporting */