comparison src/http/modules/perl/ngx_http_perl_module.h @ 868:f3fae36f262f

style fix
author Igor Sysoev <igor@sysoev.ru>
date Sat, 25 Nov 2006 23:23:27 +0000
parents a452a0e13539
children 1c4a5b3f9110
comparison
equal deleted inserted replaced
867:6a99bc84c135 868:f3fae36f262f
46 #undef dTHXa 46 #undef dTHXa
47 #define dTHXa(a) 47 #define dTHXa(a)
48 #endif 48 #endif
49 49
50 50
51 extern void boot_DynaLoader(pTHX_ CV* cv); 51 extern void boot_DynaLoader(pTHX_ CV* cv);
52 52
53 53
54 void ngx_http_perl_handle_request(ngx_http_request_t *r); 54 void ngx_http_perl_handle_request(ngx_http_request_t *r);
55 55
56 56