Group structure. More...
#include <ignore.h>
Data Fields | |
char * | group_name |
apr_hash_t * | auto_props |
struct url_t * | url |
int | is_ignore:1 |
int | is_take:1 |
Group structure.
Needed by commit, too.
Definition at line 30 of file ignore.h.
apr_hash_t* grouping_t::auto_props |
Definition at line 32 of file ignore.h.
Referenced by ign___load_group(), and ops__apply_group().
char* grouping_t::group_name |
Definition at line 34 of file ignore.h.
Referenced by ign___load_group(), ign__is_ignore(), ign__work(), and ops__apply_group().
Definition at line 35 of file ignore.h.
Referenced by ign___load_group(), and ign__work().
struct url_t* grouping_t::url [read] |
Definition at line 33 of file ignore.h.
Referenced by ign___load_group(), and ops__apply_group().