diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-05 13:40:27 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-05 13:40:27 +0000 |
commit | 27d4af103f9d17e1dd4985f48ff5cc36cffaad60 (patch) | |
tree | 4dd983ca664da18f44e8f2d70d75e9e051b94254 /fetchmail.h | |
parent | 53196350c9190f84380a801b017f0f700bba7b73 (diff) | |
download | fetchmail-27d4af103f9d17e1dd4985f48ff5cc36cffaad60.tar.gz fetchmail-27d4af103f9d17e1dd4985f48ff5cc36cffaad60.tar.bz2 fetchmail-27d4af103f9d17e1dd4985f48ff5cc36cffaad60.zip |
Eliminate set_defaults so user variable will be available in main.
svn path=/trunk/; revision=224
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h index ef49b23d..9c7f0e9f 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -124,7 +124,6 @@ int doPOP3 (struct hostrec *); int doIMAP (struct hostrec *); int parsecmdline (int, char **, struct hostrec *); -int setdefaults (struct hostrec *); char *getnextserver (int argc, char **, int *); char *MD5Digest (char *); int openmailpipe (struct hostrec *); |