summaryrefslogtreecommitdiff
path: root/src/src/globals.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/src/globals.c')
-rw-r--r--src/src/globals.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/globals.c b/src/src/globals.c
index 5e42f5b90..f92b8aa73 100644
--- a/src/src/globals.c
+++ b/src/src/globals.c
@@ -172,7 +172,7 @@ 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;
+void (*receive_get_cache)(unsigned) = NULL;
int (*receive_ungetc)(int) = stdin_ungetc;
int (*receive_feof)(void) = stdin_feof;
int (*receive_ferror)(void) = stdin_ferror;