diff options
Diffstat (limited to 'src/matchup.c')
-rw-r--r-- | src/matchup.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/matchup.c b/src/matchup.c index 047ea65..1dd0c51 100644 --- a/src/matchup.c +++ b/src/matchup.c @@ -11,6 +11,7 @@ #include "fmt.h" #include "scan.h" #include "case.h" +#include "qmail.h" #define WHO "matchup" @@ -28,7 +29,7 @@ void outs(char *buf) if (buffer_puts(buffer_1,buf) == -1) die_write(); } -char buf5[512]; +char buf5[BUFSIZE_AUTH]; buffer bo5 = BUFFER_INIT(write,5,buf5,sizeof(buf5)); void out5(char *buf,int len) |