| 107 | } |
| 108 | |
| 109 | RecErrT |
| 110 | RecRegisterConfigFloat(RecT rec_type, const char *name, RecFloat data_default, RecUpdateT update_type, RecCheckT check_type, |
| 111 | const char *check_regex, RecSourceT source, RecAccessT access_type) |
| 112 | { |
| 113 | ink_assert((rec_type == RECT_CONFIG) || (rec_type == RECT_LOCAL)); |
| 114 | REC_REGISTER_CONFIG_XXX(rec_float, RECD_FLOAT); |
| 115 | } |
| 116 | |
| 117 | RecErrT |
| 118 | RecRegisterConfigString(RecT rec_type, const char *name, const char *data_default_tmp, RecUpdateT update_type, RecCheckT check_type, |
no outgoing calls