dougm 98/03/23 20:13:08
Modified: src/include http_config.h http_protocol.h Log: API_EXPORT(index_of_response) Submitted by: Doug MacEachern Revision Changes Path 1.77 +1 -1 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.76 retrieving revision 1.77 diff -u -r1.76 -r1.77 --- http_config.h 1998/03/17 08:20:50 1.76 +++ http_config.h 1998/03/24 04:13:06 1.77 @@ -267,7 +267,7 @@ * handle it back-compatibly, or at least signal an error). */ -#define MODULE_MAGIC_NUMBER 19980317 +#define MODULE_MAGIC_NUMBER 19980324 #define STANDARD_MODULE_STUFF MODULE_MAGIC_NUMBER, -1, __FILE__, NULL, NULL /* Generic accessors for other modules to get at their own module-specific 1.37 +1 -1 apache-1.3/src/include/http_protocol.h Index: http_protocol.h =================================================================== RCS file: /export/home/cvs/apache-1.3/src/include/http_protocol.h,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- http_protocol.h 1998/03/17 08:20:51 1.36 +++ http_protocol.h 1998/03/24 04:13:07 1.37 @@ -148,7 +148,7 @@ * (only use outside protocol.c is in getting them configured). */ -int index_of_response(int status); +API_EXPORT(int) index_of_response(int status); /* Reading a block of data from the client connection (e.g., POST arg) */