aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-09-19 15:42:35 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-09-19 15:42:35 +0000
commita2389b61cd8a3344a68cfb0be777a40da7d9bb0b (patch)
tree6257a0de87a3500e5c88e18138e5a8b4a1f65aa6 /fetchmail.h
parent576090c8a061f7e183616265d70a8208f73a6d76 (diff)
downloadfetchmail-a2389b61cd8a3344a68cfb0be777a40da7d9bb0b.tar.gz
fetchmail-a2389b61cd8a3344a68cfb0be777a40da7d9bb0b.tar.bz2
fetchmail-a2389b61cd8a3344a68cfb0be777a40da7d9bb0b.zip
Compilation cleanups.
svn path=/trunk/; revision=1374
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 9b1695e7..376c5f83 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -181,7 +181,6 @@ extern struct query cmd_opts, *querylist;
/* what's returned by envquery */
extern void envquery(int, char **);
-char *user, *home, *fetchmailhost;
/* controls the detail level of status/progress messages written to stderr */
extern int outlevel; /* see the O_.* constants above */
@@ -207,6 +206,7 @@ extern char *idfile; /* path name of UID file */
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 *fetchmailhost; /* the name of the host running fetchmail */
/* prototypes for globally callable functions */