From e248156915d70bed04dd21cf1aeae43554efce2d Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 3 Aug 1998 19:21:53 +0000 Subject: Added experimental SDPS support. svn path=/trunk/; revision=2034 --- fetchmail.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index 21de95d4..7b1e7300 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -381,6 +381,9 @@ char *visbuf(const char *); char *showproto(int); void dump_config(struct runctl *runp, struct query *querylist); int is_host_alias(const char *, struct query *); +#ifdef SDPS_ENABLE +char *sdps_envto; +#endif /* SDPS_ENABLE */ void yyerror(const char *); int yylex(void); -- cgit v1.2.3