diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2002-09-04 14:20:29 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2002-09-04 14:20:29 +0000 |
commit | 1a2f7c37e7e368e749caafbb950c605cbd6dc822 (patch) | |
tree | 36abd90ebf1e9d29b6f46d013adfdff37b0ace0f /fetchmail.h | |
parent | 908b92d7ff4ad571963b71cf16518e7493571770 (diff) | |
download | fetchmail-1a2f7c37e7e368e749caafbb950c605cbd6dc822.tar.gz fetchmail-1a2f7c37e7e368e749caafbb950c605cbd6dc822.tar.bz2 fetchmail-1a2f7c37e7e368e749caafbb950c605cbd6dc822.zip |
Sunil Shetye's re-exec patch.
svn path=/trunk/; revision=3696
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 5 |
1 files changed, 5 insertions, 0 deletions
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); |