X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/b436da040e5c6275db82de2ae44007280ff77741..0d81dabc92972f340421d0f80fc04156215e2eb8:/src/src/globals.c diff --git a/src/src/globals.c b/src/src/globals.c index f722fab12..46db4f373 100644 --- a/src/src/globals.c +++ b/src/src/globals.c @@ -184,8 +184,10 @@ stand-alone tests. */ #ifndef STAND_ALONE int (*lwr_receive_getc)(unsigned) = stdin_getc; +uschar * (*lwr_receive_getbuf)(unsigned *) = NULL; int (*lwr_receive_ungetc)(int) = stdin_ungetc; int (*receive_getc)(unsigned) = stdin_getc; +uschar * (*receive_getbuf)(unsigned *) = NULL; void (*receive_get_cache)(void)= NULL; int (*receive_ungetc)(int) = stdin_ungetc; int (*receive_feof)(void) = stdin_feof;