Index: http_config.h
===================================================================
RCS file: /home/cvspublic/httpd-2.0/include/http_config.h,v
retrieving revision 1.77
diff -u -r1.77 http_config.h
--- http_config.h	2001/04/30 06:04:33	1.77
+++ http_config.h	2001/05/10 04:33:41
@@ -840,7 +840,7 @@
  * @param p The pool to allocate the config vector out of
  * @return The config vector
  */
-ap_conf_vector_t *ap_create_request_config(apr_pool_t *p);
+AP_DECLARE(ap_conf_vector_t*) ap_create_request_config(apr_pool_t *p);
 
 /**
  * Setup the config vector for per dir module configs
Index: http_connection.h
===================================================================
RCS file: /home/cvspublic/httpd-2.0/include/http_connection.h,v
retrieving revision 1.35
diff -u -r1.35 http_connection.h
--- http_connection.h	2001/03/04 06:27:27	1.35
+++ http_connection.h	2001/05/10 04:33:41
@@ -75,7 +75,7 @@
  * @param id ID of this connection; unique at any point in time.
  * @return new conn_rec, or NULL if the connection has already been reset
  */
-conn_rec *ap_new_connection(apr_pool_t *p, server_rec *server, 
+AP_CORE_DECLARE(conn_rec *)ap_new_connection(apr_pool_t *p, server_rec *server, 
                             apr_socket_t *inout, long id);
 
 /**
