rse 98/11/03 05:05:10
Modified: src/include http_config.h Log: Fix two comments while I'm poking around in this header... Revision Changes Path 1.96 +2 -2 apache-1.3/src/include/http_config.h Index: http_config.h =================================================================== RCS file: /export/home/cvs/apache-1.3/src/include/http_config.h,v retrieving revision 1.95 retrieving revision 1.96 diff -u -r1.95 -r1.96 --- http_config.h 1998/08/13 01:33:55 1.95 +++ http_config.h 1998/11/03 13:05:09 1.96 @@ -361,10 +361,10 @@ server_rec *main_server, server_rec **); void ap_process_resource_config(server_rec *s, char *fname, pool *p, pool *ptemp); -/* check_cmd_context() definitions: */ +/* ap_check_cmd_context() definitions: */ API_EXPORT(const char *) ap_check_cmd_context(cmd_parms *cmd, unsigned forbidden); -/* check_cmd_context(): Forbidden in: */ +/* ap_check_cmd_context(): Forbidden in: */ #define NOT_IN_VIRTUALHOST 0x01 /* <Virtualhost> */ #define NOT_IN_LIMIT 0x02 /* <Limit> */ #define NOT_IN_DIRECTORY 0x04 /* <Directory> */