diff options
author | Paul Querna | 2005-04-24 22:01:46 +0000 |
---|---|---|
committer | Paul Querna | 2005-04-24 22:01:46 +0000 |
commit | 46b85d8e3634f34c0142823d92b037dd33b67898 (patch) | |
tree | f954816da40604a387447dd688d3655c07abc58a /src/gnutls_cache.c | |
parent | 316bd8cab0ab97335f2b0e36c3a240ff7967ed1a (diff) |
move config functions to their own file.
Diffstat (limited to 'src/gnutls_cache.c')
-rw-r--r-- | src/gnutls_cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gnutls_cache.c b/src/gnutls_cache.c index eaeeea6..8499b84 100644 --- a/src/gnutls_cache.c +++ b/src/gnutls_cache.c | |||
@@ -79,7 +79,7 @@ char *mod_gnutls_session_id2sz(unsigned char *id, int idlen, | |||
79 | /* The underlying apr_memcache system is thread safe... woohoo */ | 79 | /* The underlying apr_memcache system is thread safe... woohoo */ |
80 | static apr_memcache_t* mc; | 80 | static apr_memcache_t* mc; |
81 | 81 | ||
82 | int mc_cache_child_init(apr_pool_t *p, server_rec *s, | 82 | static int mc_cache_child_init(apr_pool_t *p, server_rec *s, |
83 | mod_gnutls_srvconf_rec *sc) | 83 | mod_gnutls_srvconf_rec *sc) |
84 | { | 84 | { |
85 | apr_status_t rv = APR_SUCCESS; | 85 | apr_status_t rv = APR_SUCCESS; |