diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-09-04 06:21:12 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-09-04 06:21:12 +0000 |
commit | 4381d0760e0fbf1005ba1fb80d65d54fe55ee61f (patch) | |
tree | 138c7dd092165a0ea71a46ba8f93d516ce22f1ec /driver.c | |
parent | 340d75a72dd329f97460919eff53e766d54b298e (diff) | |
download | fetchmail-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.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 */ |