RB_PROTOTYPE_STATIC
RB_PROTOTYPE_STATIC(axc_objects, agentx_object, axo_axc_objects,
RB_PROTOTYPE_STATIC(hyperlinks_by_inner_tree, hyperlinks_uri, by_inner_entry,
RB_PROTOTYPE_STATIC(hyperlinks_by_uri_tree, hyperlinks_uri, by_uri_entry,
RB_PROTOTYPE_STATIC(access_reqt, access_req, tree, access_request_compar);
RB_PROTOTYPE_STATIC(assigned_ipv4_tree, assigned_ipv4, tree,
RB_PROTOTYPE_STATIC(user_tree, user, tree, user_compar);
RB_PROTOTYPE_STATIC(appl_regions, appl_region, ar_entry, appl_region_cmp);
RB_PROTOTYPE_STATIC(appl_requests, appl_request_downstream, ard_entry,
RB_PROTOTYPE_STATIC(appl_agentx_conns, appl_agentx_connection, conn_entry,
RB_PROTOTYPE_STATIC(appl_agentx_sessions, appl_agentx_session, sess_entry,
RB_PROTOTYPE_STATIC(appl_internal_objects, appl_internal_object, entry,
RB_PROTOTYPE_STATIC(modulesci, module, entryci, module_cmp_ci);
RB_PROTOTYPE_STATIC(modulescs, module, entrycs, module_cmp_cs);
RB_PROTOTYPE_STATIC(itemsgci, item, entrygci, item_cmp_ci);
RB_PROTOTYPE_STATIC(itemsci, item, entryci, item_cmp_ci);
RB_PROTOTYPE_STATIC(itemscs, item, entrycs, item_cmp_cs);
RB_PROTOTYPE_STATIC(items, item, entry, item_cmp_oid);