| 727 | } |
| 728 | |
| 729 | const char * |
| 730 | cib_pref(GHashTable * options, const char *name) |
| 731 | { |
| 732 | return get_cluster_pref(options, cib_opts, DIMOF(cib_opts), name); |
| 733 | } |
| 734 | |
| 735 | gboolean |
| 736 | cib_read_config(GHashTable * options, xmlNode * current_cib) |
no test coverage detected