Parent Directory
|
Revision Log
|
Patch
| revision 766938, Tue Apr 21 01:29:15 2009 UTC | revision 767806, Thu Apr 23 05:38:45 2009 UTC | |
|---|---|---|
| # | Line 39 | Line 39 |
| 39 | ||
| 40 | extern module AP_MODULE_DECLARE_DATA dbd_module; | extern module AP_MODULE_DECLARE_DATA dbd_module; |
| 41 | ||
| 42 | APR_IMPLEMENT_OPTIONAL_HOOK_RUN_ALL(dbd, AP, apr_status_t, post_connect, | APR_IMPLEMENT_OPTIONAL_HOOK_RUN_ALL(dbd, DBD, apr_status_t, post_connect, |
| 43 | (apr_pool_t *pool, dbd_cfg_t *cfg, | (apr_pool_t *pool, dbd_cfg_t *cfg, |
| 44 | ap_dbd_t *dbd), | ap_dbd_t *dbd), |
| 45 | (pool, cfg, dbd), OK, DECLINED) | (pool, cfg, dbd), OK, DECLINED) |
|
||||||||
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |