cib_delete ( cib_t* cib )Field 'cib->cmds' in 1st parameter 'cib' (pointer) has base type 'struct cib_api_operations_s'.
cib_file_new ( char const* filename )Field 'retval->cmds' in return value (pointer) has base type 'struct cib_api_operations_s'.
cib_native_new ( )Field 'retval->cmds' in return value (pointer) has base type 'struct cib_api_operations_s'.
cib_new ( )Field 'retval->cmds' in return value (pointer) has base type 'struct cib_api_operations_s'.
cib_new_no_shadow ( )Field 'retval->cmds' in return value (pointer) has base type 'struct cib_api_operations_s'.
cib_remote_new ( char const* server, char const* user, char const* passwd, int port, gboolean encrypted )Field 'retval->cmds' in return value (pointer) has base type 'struct cib_api_operations_s'.
cib_shadow_new ( char const* name )Field 'retval->cmds' in return value (pointer) has base type 'struct cib_api_operations_s'.
delete_attr ( cib_t* the_cib, int options, char const* section, char const* node_uuid, char const* set_type, char const* set_name, char const* attr_id, char const* attr_name, char const* attr_value, gboolean to_console )Field 'the_cib->cmds' in 1st parameter 'the_cib' (pointer) has base type 'struct cib_api_operations_s'.
find_nvpair_attr ( cib_t* the_cib, char const* attr, char const* section, char const* node_uuid, char const* set_type, char const* set_name, char const* attr_id, char const* attr_name, gboolean to_console, char** value )Field 'the_cib->cmds' in 1st parameter 'the_cib' (pointer) has base type 'struct cib_api_operations_s'.
read_attr ( cib_t* the_cib, char const* section, char const* node_uuid, char const* set_type, char const* set_name, char const* attr_id, char const* attr_name, char** attr_value, gboolean to_console )Field 'the_cib->cmds' in 1st parameter 'the_cib' (pointer) has base type 'struct cib_api_operations_s'.
update_attr ( cib_t* the_cib, int call_options, char const* section, char const* node_uuid, char const* set_type, char const* set_name, char const* attr_id, char const* attr_name, char const* attr_value, gboolean to_console )Field 'the_cib->cmds' in 1st parameter 'the_cib' (pointer) has base type 'struct cib_api_operations_s'.