From 1a2f7c37e7e368e749caafbb950c605cbd6dc822 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 4 Sep 2002 14:20:29 +0000 Subject: Sunil Shetye's re-exec patch. svn path=/trunk/; revision=3696 --- fetchmail.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index 7b2f0436..394ed269 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -587,8 +587,13 @@ int do_gssauth(int sock, char *command, char *hostname, char *username); int do_otp(int sock, char *command, struct query *ctl); /* miscellanea */ + +/* these should be of size PATH_MAX */ +extern char currentwd[1024], rcfiledir[1024]; + struct query *hostalloc(struct query *); int parsecmdline (int, char **, struct runctl *, struct query *); +char *prependdir (const char *, const char *); char *MD5Digest (unsigned char *); void hmac_md5 (unsigned char *, size_t, unsigned char *, size_t, unsigned char *, size_t); int POP3_auth_rpa(unsigned char *, unsigned char *, int socket); -- cgit v1.2.3