Navigation



Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rt_ereg/rtereg.h

    r741 r1338  
    5858        int                     rules_nb; /* Number of rules in the configuration */
    5959        struct rtereg_rule      *rules;   /* The array of rules */
     60
     61        int                     level;    /* how many levels of AVPs we have to dig down into */
     62        int                     finished; /* AVP fully configured, for configuration file reading */
     63        struct dict_object      **avps;   /* cache the dictionary objects that we are searching */
    6064       
    61         struct dict_object * avp; /* cache the dictionary object that we are searching */
    62        
    63 } rtereg_conf;
     65} *rtereg_conf;
    6466
     67extern int rtereg_conf_size;
Note: See TracChangeset for help on using the changeset viewer.