diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-08-03 19:21:53 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-08-03 19:21:53 +0000 |
commit | e248156915d70bed04dd21cf1aeae43554efce2d (patch) | |
tree | b68b463845f60a8660cd8bb14a1cdd6f1434469a /fetchmail.h | |
parent | 56f2f5e7a800ec59ae8d027a6c551ebf84fbda94 (diff) | |
download | fetchmail-e248156915d70bed04dd21cf1aeae43554efce2d.tar.gz fetchmail-e248156915d70bed04dd21cf1aeae43554efce2d.tar.bz2 fetchmail-e248156915d70bed04dd21cf1aeae43554efce2d.zip |
Added experimental SDPS support.
svn path=/trunk/; revision=2034
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 3 |
1 files changed, 3 insertions, 0 deletions
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); |