| 99 | } |
| 100 | |
| 101 | RecErrT |
| 102 | RecRegisterConfigInt(RecT rec_type, const char *name, RecInt data_default, RecUpdateT update_type, RecCheckT check_type, |
| 103 | const char *check_regex, RecSourceT source, RecAccessT access_type) |
| 104 | { |
| 105 | ink_assert((rec_type == RECT_CONFIG) || (rec_type == RECT_LOCAL)); |
| 106 | REC_REGISTER_CONFIG_XXX(rec_int, RECD_INT); |
| 107 | } |
| 108 | |
| 109 | RecErrT |
| 110 | RecRegisterConfigFloat(RecT rec_type, const char *name, RecFloat data_default, RecUpdateT update_type, RecCheckT check_type, |
no outgoing calls