aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-10-30 15:11:46 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-10-30 15:11:46 +0000
commit3aa5ab52da6ece0a1a5d4d613639a8dbe5d7090d (patch)
treefc586b4a81932419219c74f6f3d647229e908c18 /fetchmail.h
parent24c53bd6db1ef6763f0010552f1bee07abd4916a (diff)
downloadfetchmail-3aa5ab52da6ece0a1a5d4d613639a8dbe5d7090d.tar.gz
fetchmail-3aa5ab52da6ece0a1a5d4d613639a8dbe5d7090d.tar.bz2
fetchmail-3aa5ab52da6ece0a1a5d4d613639a8dbe5d7090d.zip
Rationalized timestamps.
svn path=/trunk/; revision=2155
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 73e0b8ec..65780434 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -447,6 +447,7 @@ const char *showproto(int);
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 */