projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a70d216
)
Still missed one SASL stuff thing.
author
Kimmo Suominen
<kimmo@suominen.com>
Sun, 16 Jul 2000 03:56:45 +0000
(
03:56
+0000)
committer
Kimmo Suominen
<kimmo@suominen.com>
Sun, 16 Jul 2000 03:56:45 +0000
(
03:56
+0000)
mts/smtp/smtp.c
patch
|
blob
|
history
diff --git
a/mts/smtp/smtp.c
b/mts/smtp/smtp.c
index
5b33ed8
..
a37ebea
100644
(file)
--- a/
mts/smtp/smtp.c
+++ b/
mts/smtp/smtp.c
@@
-108,7
+108,8
@@
char *EHLOkeys[MAXEHLO + 1];
/*
* static prototypes
*/
-static int smtp_init (char *, char *, int, int, int, int, int);
+static int smtp_init (char *, char *, int, int, int, int, int, int,
+ char *, char *);
static int sendmail_init (char *, char *, int, int, int, int, int);
static int rclient (char *, char *, char *);