diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-02-13 01:19:04 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-02-13 01:19:04 +0000 |
commit | 2738a6c6de1c4d894c9d97688bd96db32d7dc71d (patch) | |
tree | f70d7085c722ae644bf0ef406d8a8f3298ea0d53 /fetchmail.h | |
parent | f87ddcebc141c1db8086227fe0b141aba9837bb5 (diff) | |
download | fetchmail-2738a6c6de1c4d894c9d97688bd96db32d7dc71d.tar.gz fetchmail-2738a6c6de1c4d894c9d97688bd96db32d7dc71d.tar.bz2 fetchmail-2738a6c6de1c4d894c9d97688bd96db32d7dc71d.zip |
Ready for 3-4.
svn path=/trunk/; revision=872
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h index baba9198..7ee72a2f 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -178,6 +178,7 @@ extern char *idfile; /* path name of UID file */ extern int linelimit; /* limit # lines retrieved per site */ extern int versioninfo; /* emit only version info */ extern char *user; /* name of invoking user */ +extern char *fetchmailhost; /* the name of the host running fetchmail */ /* prototypes for globally callable functions */ #if defined(HAVE_STDARG_H) |