~simonkberg/nginx/debian-1.6.2-5

« back to all changes in this revision

Viewing changes to debian/modules/nginx-development-kit/src/ndk_regex.h

  • Committer: root
  • Date: 2015-01-12 11:50:11 UTC
  • Revision ID: root@server205.kberg.eu-20150112115011-jh2tdvt9ey1itt3g
import from anonscm.debian.org

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
 
 
3
char *  ndk_conf_set_regex_slot                 (ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
 
4
char *  ndk_conf_set_regex_caseless_slot        (ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
 
5
char *  ndk_conf_set_regex_array_slot           (ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
 
6
char *  ndk_conf_set_regex_array_caseless_slot  (ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
 
7