]> granicus.if.org Git - apache/commitdiff
Remove ap_new_connection from the header. I missed this when I removed
authorRyan Bloom <rbb@apache.org>
Tue, 13 Nov 2001 20:10:11 +0000 (20:10 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 13 Nov 2001 20:10:11 +0000 (20:10 +0000)
the function.
Submitted by:   Brad Nicholes <BNICHOLES@novell.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91911 13f79535-47bb-0310-9956-ffa450edef68

include/http_connection.h

index 3a619637714d3ee7cbd5b7722ad223eccea79afc..e99cd398c64b50e42dced3d36466e996f20f3c89 100644 (file)
@@ -67,17 +67,6 @@ extern "C" {
  */
 
 #ifdef CORE_PRIVATE
-/**
- * Create a new connection. 
- * @param p Pool to allocate data structures out of
- * @param server The server to create the connection for
- * @param inout The socket to use for all communication with the client
- * @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
- */
-AP_CORE_DECLARE(conn_rec *)ap_new_connection(apr_pool_t *p, server_rec *server, 
-                            apr_socket_t *inout, long id);
-
 /**
  * This is the protocol module driver.  This calls all of the
  * pre-connection and connection hooks for all protocol modules.