diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-02-18 23:38:00 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-02-18 23:38:00 +0000 |
commit | 4e24c6f45182b502b54a8f8fbbf1f86b05542764 (patch) | |
tree | b10036104b1af0b5a7d23173705468e8dded509f /fetchmail.h | |
parent | 1a364adedd3b5dcd8f9a8946f2d9c636c1f7585b (diff) | |
download | fetchmail-4e24c6f45182b502b54a8f8fbbf1f86b05542764.tar.gz fetchmail-4e24c6f45182b502b54a8f8fbbf1f86b05542764.tar.bz2 fetchmail-4e24c6f45182b502b54a8f8fbbf1f86b05542764.zip |
This went to Craig Metz.
svn path=/trunk/; revision=1652
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 8 |
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 */ |