| 918 | } |
| 919 | |
| 920 | cs_error_t icmap_get_double(const char *key_name, double *dbl) |
| 921 | { |
| 922 | |
| 923 | return (icmap_get_double_r(icmap_global_map, key_name, dbl)); |
| 924 | } |
| 925 | |
| 926 | cs_error_t icmap_adjust_int_r( |
| 927 | const icmap_map_t map, |
nothing calls this directly
no test coverage detected