From a2389b61cd8a3344a68cfb0be777a40da7d9bb0b Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 19 Sep 1997 15:42:35 +0000 Subject: Compilation cleanups. svn path=/trunk/; revision=1374 --- fetchmail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.h') 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 */ -- cgit v1.2.3