aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-08-03 19:21:53 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-08-03 19:21:53 +0000
commite248156915d70bed04dd21cf1aeae43554efce2d (patch)
treeb68b463845f60a8660cd8bb14a1cdd6f1434469a /fetchmail.h
parent56f2f5e7a800ec59ae8d027a6c551ebf84fbda94 (diff)
downloadfetchmail-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.h3
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);