diff options
Diffstat (limited to 'src/recipients.c')
-rw-r--r-- | src/recipients.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/recipients.c b/src/recipients.c index 3d883e2..58a0f7b 100644 --- a/src/recipients.c +++ b/src/recipients.c @@ -59,7 +59,7 @@ int recipients_init() char rcptbuf[512]; buffer br = BUFFER_INIT(safewrite, FDAUTH, rcptbuf, sizeof(rcptbuf)); -int callapam(char *pam, char *addr) +static int callapam(char *pam, char *addr) { int i; int j = 0; @@ -143,7 +143,7 @@ int callapam(char *pam, char *addr) return wait_exitcode(wstat); } -int recipients_parse( +static int recipients_parse( char *rhost, int rlen, char *addr, |