aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-06-03 14:54:31 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-06-03 14:54:31 +0000
commita74d1e1c9c1826b358eb1b812349262282918094 (patch)
treec292a8192c92516dc77710092f14c61b1c9e26db /fetchmail.h
parent53f7500e1c6ebb110b93096d448ba7f75dd4995e (diff)
downloadfetchmail-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.h1
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));