diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-12-17 20:28:29 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-12-17 20:28:29 +0000 |
commit | 81d239084274f2140fb6a424fa9f1fbd3245fccd (patch) | |
tree | 1863748188e2e1c36db99db3cfd7e5cc50c95a50 /fetchmail.h | |
parent | 22d39ae5b5cd6db62af087f3dc64ee7b4566ca0a (diff) | |
download | fetchmail-81d239084274f2140fb6a424fa9f1fbd3245fccd.tar.gz fetchmail-81d239084274f2140fb6a424fa9f1fbd3245fccd.tar.bz2 fetchmail-81d239084274f2140fb6a424fa9f1fbd3245fccd.zip |
Eliminate openmailpipe and closemailpipe.
svn path=/trunk/; revision=648
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/fetchmail.h b/fetchmail.h index e2d65be6..36282fff 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -78,10 +78,6 @@ struct query char smtphost[HOSTLEN+1]; char mda [MDALEN+1]; - /* per-user MDA arguments */ - int mda_argcount; - char *mda_argv[MDA_MAXARGS]; - /* per-user control flags */ int keep; int fetchall; @@ -199,8 +195,6 @@ struct query *hostalloc(struct query *); int parsecmdline (int, char **, struct query *); void optmerge(struct query *, struct query *); char *MD5Digest (char *); -int openmailpipe (char **); -int closemailpipe(int); int daemonize(const char *, void (*)(int)); int prc_parse_file(const char *); |