coar 97/08/31 18:47:02
Modified: src/main http_core.c Log: Add the post_read_request slot (missed when the other modules were done). Revision Changes Path 1.117 +2 -1 apachen/src/main/http_core.c Index: http_core.c =================================================================== RCS file: /export/home/cvs/apachen/src/main/http_core.c,v retrieving revision 1.116 retrieving revision 1.117 diff -u -r1.116 -r1.117 --- http_core.c 1997/08/31 21:28:50 1.116 +++ http_core.c 1997/09/01 01:47:00 1.117 @@ -1736,5 +1736,6 @@ NULL, /* logger */ NULL, /* header parser */ NULL, /* child_init */ - NULL /* child_exit */ + NULL, /* child_exit */ + NULL /* post_read_request */ };