diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-04-16 07:29:42 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-04-16 07:29:42 +0000 |
commit | 9445ac66eef95c5d6274c8ca15a8b48c0c015b31 (patch) | |
tree | 6172312155eff03286fb1f00f9665b8f361a3c59 /fetchmail.h | |
parent | b9923882dd40ed3bc139ae0cf27bdc7b2d8ff560 (diff) | |
download | fetchmail-9445ac66eef95c5d6274c8ca15a8b48c0c015b31.tar.gz fetchmail-9445ac66eef95c5d6274c8ca15a8b48c0c015b31.tar.bz2 fetchmail-9445ac66eef95c5d6274c8ca15a8b48c0c015b31.zip |
FETCHMAILHOME
svn path=/trunk/; revision=2875
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 48e2dc63..c91f834d 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -351,6 +351,7 @@ extern int linelimit; /* limit # lines retrieved per site */ extern flag versioninfo; /* emit only version info */ extern char *user; /* name of invoking user */ extern char *home; /* home directory of invoking user */ +extern char *fmhome; /* fetchmail home directory */ extern int pass; /* number of re-polling pass */ extern flag configdump; /* dump control blocks as Python dictionary */ extern const char *fetchmailhost; |