marc 98/01/29 19:36:59
Modified: src/main http_core.c httpd.h Log: Make WIN32 compile after incomplete psignature addition. Revision Changes Path 1.152 +1 -1 apache-1.3/src/main/http_core.c Index: http_core.c =================================================================== RCS file: /export/home/cvs/apache-1.3/src/main/http_core.c,v retrieving revision 1.151 retrieving revision 1.152 diff -u -r1.151 -r1.152 --- http_core.c 1998/01/29 20:36:08 1.151 +++ http_core.c 1998/01/30 03:36:56 1.152 @@ -1631,7 +1631,7 @@ return NULL; } -const char *psignature(const char *prefix, request_rec *r) +API_EXPORT(const char *) psignature(const char *prefix, request_rec *r) { char sport[20]; core_dir_config *conf = 1.178 +1 -1 apache-1.3/src/main/httpd.h Index: httpd.h =================================================================== RCS file: /export/home/cvs/apache-1.3/src/main/httpd.h,v retrieving revision 1.177 retrieving revision 1.178 diff -u -r1.177 -r1.178 --- httpd.h 1998/01/26 18:24:34 1.177 +++ httpd.h 1998/01/30 03:36:57 1.178 @@ -947,6 +947,6 @@ #define RAISE_SIGSTOP(x) #endif -extern const char *psignature(const char *prefix, request_rec *r); +API_EXPORT(extern const char *) psignature(const char *prefix, request_rec *r); #endif /* !APACHE_HTTPD_H */