aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-01-30 17:26:08 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-01-30 17:26:08 +0000
commit89e719105e5b6f0b72eace2bb161516869b5593d (patch)
tree84dc8a186ac6da0c516317329699cfbe4bf664c7 /fetchmail.h
parent61345121e51771328803c9ee8fbe15e4177a25df (diff)
downloadfetchmail-89e719105e5b6f0b72eace2bb161516869b5593d.tar.gz
fetchmail-89e719105e5b6f0b72eace2bb161516869b5593d.tar.bz2
fetchmail-89e719105e5b6f0b72eace2bb161516869b5593d.zip
SDPS changes from Paul Murphy.
svn path=/trunk/; revision=2356
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 5dcd277c..243fd623 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -332,6 +332,10 @@ extern int pass; /* number of re-polling pass */
extern flag configdump; /* dump control blocks as Python dictionary */
extern const char *fetchmailhost;
/* either "localhost" or an FQDN */
+#ifdef SDPS_ENABLE
+extern char *sdps_envfrom;
+extern char *sdps_envto;
+#endif /* SDPS_ENABLE */
/* prototypes for globally callable functions */
@@ -472,9 +476,6 @@ void dump_config(struct runctl *runp, struct query *querylist);
int is_host_alias(const char *, struct query *);
char *host_fqdn(void);
char *rfc822timestamp(void);
-#ifdef SDPS_ENABLE
-char *sdps_envto;
-#endif /* SDPS_ENABLE */
void yyerror(const char *);
int yylex(void);