1818AP_DECLARE (void )
1919ap_hook_check_authn (ap_HOOK_check_user_id_t * pf , const char * const * aszPre , const char * const * aszSucc , int nOrder ,
2020 int type ) {
21+ // comment explaining why the method is empty
2122}
2223
2324AP_DECLARE (apr_status_t )
@@ -142,25 +143,30 @@ AP_DECLARE(int) ap_hook_auth_checker(request_rec *r) {
142143
143144AP_DECLARE (void )
144145ap_hook_fixups (int (* handler )(request_rec * r ), const char * const * aszPre , const char * const * aszSucc , int nOrder ) {
146+ // comment explaining why the method is empty
145147}
146148
147149AP_DECLARE (void )
148150ap_hook_insert_filter (void (* insert_filter )(request_rec * r ), const char * const * aszPre , const char * const * aszSucc ,
149151 int nOrder ) {
152+ // comment explaining why the method is empty
150153}
151154
152155AP_DECLARE (void )
153156ap_hook_post_config (int (* post_config )(apr_pool_t * pool , apr_pool_t * p1 , apr_pool_t * p2 , server_rec * s ),
154157 const char * const * aszPre , const char * const * aszSucc , int nOrder ) {
158+ // comment explaining why the method is empty
155159}
156160
157161AP_DECLARE (void )
158162ap_hook_child_init (void (* child_init )(apr_pool_t * p , server_rec * s ), const char * const * aszPre ,
159163 const char * const * aszSucc , int nOrder ) {
164+ // comment explaining why the method is empty
160165}
161166
162167AP_DECLARE (void )
163168ap_hook_handler (int (* handler )(request_rec * r ), const char * const * aszPre , const char * const * aszSucc , int nOrder ) {
169+ // comment explaining why the method is empty
164170}
165171
166172AP_DECLARE (int ) ap_is_initial_req (request_rec * r ) {
@@ -219,6 +225,7 @@ ap_log_rerror(const char *file, int line, int level, apr_status_t status, const
219225}
220226
221227AP_DECLARE (void ) ap_note_auth_failure (request_rec * r ) {
228+ // comment explaining why the method is empty
222229}
223230
224231AP_DECLARE (apr_status_t ) ap_pass_brigade (ap_filter_t * filter , apr_bucket_brigade * bucket ) {
@@ -236,14 +243,14 @@ const char *ap_run_http_scheme(const request_rec *r) {
236243}
237244
238245AP_DECLARE (void ) ap_set_content_type (request_rec * r , const char * ct ) {
246+ // comment explaining why the method is empty
239247}
240248
241249AP_DECLARE_NONSTD (const char * ) ap_set_flag_slot (cmd_parms * cmd , void * struct_ptr , int arg ) {
242250 return "" ;
243251}
244252
245253AP_DECLARE_NONSTD (const char * ) ap_set_string_slot (cmd_parms * cmd , void * struct_ptr , const char * arg ) {
246-
247254 return "" ;
248255}
249256
0 commit comments