diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-06-03 14:54:31 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-06-03 14:54:31 +0000 |
commit | a74d1e1c9c1826b358eb1b812349262282918094 (patch) | |
tree | c292a8192c92516dc77710092f14c61b1c9e26db /fetchmail.h | |
parent | 53f7500e1c6ebb110b93096d448ba7f75dd4995e (diff) | |
download | fetchmail-a74d1e1c9c1826b358eb1b812349262282918094.tar.gz fetchmail-a74d1e1c9c1826b358eb1b812349262282918094.tar.bz2 fetchmail-a74d1e1c9c1826b358eb1b812349262282918094.zip |
Fix argument-merging.
svn path=/trunk/; revision=1879
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 e4792fb1..e57f4c32 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -370,7 +370,6 @@ int doETRN (struct query *); /* miscellanea */ struct query *hostalloc(struct query *); int parsecmdline (int, char **, struct runctl *, struct query *); -void optmerge(struct query *, struct query *); char *MD5Digest (unsigned char *); int POP3_auth_rpa(unsigned char *, unsigned char *, int socket); int daemonize(const char *, void (*)(int)); |