comparison src/core/ngx_conf_file.h @ 83:a7e45c45a95c

nginx-0.0.1-2003-04-28-19:06:39 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 28 Apr 2003 15:06:39 +0000
parents 59229033ae93
children fab4cb00fe5b
comparison
equal deleted inserted replaced
82:fccdb921e8b8 83:a7e45c45a95c
43 ngx_str_t name; 43 ngx_str_t name;
44 int type; 44 int type;
45 char *(*set)(ngx_conf_t *cf, ngx_command_t *cmd, char *conf); 45 char *(*set)(ngx_conf_t *cf, ngx_command_t *cmd, char *conf);
46 int conf; 46 int conf;
47 int offset; 47 int offset;
48 void *bounds;
48 }; 49 };
49 50
50 51
51 typedef struct { 52 typedef struct {
52 int index; 53 int index;