Author: rhuijben
Date: Mon Nov 23 11:17:35 2015
New Revision: 1715766
URL: http://svn.apache.org/viewvc?rev=1715766&view=rev
Log:
* ssltunnel.c
(ssltunnel_ostream_destroyed): Mark static.
Modified:
serf/trunk/ssltunnel.c
Modified: serf/trunk/ssltunnel.c
URL:
http://svn.apache.org/viewvc/serf/trunk/ssltunnel.c?rev=1715766&r1=1715765&r2=1715766&view=diff
==============================================================================
--- serf/trunk/ssltunnel.c (original)
+++ serf/trunk/ssltunnel.c Mon Nov 23 11:17:35 2015
@@ -182,8 +182,8 @@ static apr_status_t setup_request(serf_r
return APR_SUCCESS;
}
-apr_status_t ssltunnel_ostream_destroyed(void *baton,
- apr_uint64_t bytes_read)
+static apr_status_t ssltunnel_ostream_destroyed(void *baton,
+ apr_uint64_t bytes_read)
{
serf_connection_t *conn = baton;