receive with DKIM
[exim.git] / src / src / globals.c
index 987c717fc7b5d99d9964711ea9ede0bf8b27b97a..ba1336633c0ae7e505099210bd2a03254c74a169 100644 (file)
@@ -188,6 +188,7 @@ stand-alone tests. */
 int (*lwr_receive_getc)(void)  = stdin_getc;
 int (*lwr_receive_ungetc)(int) = stdin_ungetc;
 int (*receive_getc)(void)      = stdin_getc;
+void (*receive_get_cache)(void)= NULL;
 int (*receive_ungetc)(int)     = stdin_ungetc;
 int (*receive_feof)(void)      = stdin_feof;
 int (*receive_ferror)(void)    = stdin_ferror;