aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-09-04 06:21:12 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-09-04 06:21:12 +0000
commit4381d0760e0fbf1005ba1fb80d65d54fe55ee61f (patch)
tree138c7dd092165a0ea71a46ba8f93d516ce22f1ec /driver.c
parent340d75a72dd329f97460919eff53e766d54b298e (diff)
downloadfetchmail-4381d0760e0fbf1005ba1fb80d65d54fe55ee61f.tar.gz
fetchmail-4381d0760e0fbf1005ba1fb80d65d54fe55ee61f.tar.bz2
fetchmail-4381d0760e0fbf1005ba1fb80d65d54fe55ee61f.zip
Cleanup.
svn path=/trunk/; revision=1299
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver.c b/driver.c
index 93d28da7..0bf6ec83 100644
--- a/driver.c
+++ b/driver.c
@@ -298,7 +298,7 @@ struct idlist **xmit_names; /* list of recipient names parsed out */
}
}
-char *parse_received(struct query *ctl, char *bufp)
+static char *parse_received(struct query *ctl, char *bufp)
/* try to extract real addressee from the Received line */
{
char *ok;
@@ -368,7 +368,7 @@ char *parse_received(struct query *ctl, char *bufp)
}
#endif /* HAVE_RES_SEARCH */
-int smtp_open(struct query *ctl)
+static int smtp_open(struct query *ctl)
/* try to open a socket to the appropriate SMTP server for this query */
{
/* maybe it's time to close the socket in order to force delivery */