cmd: update references to fx_btree

This commit is contained in:
2026-03-16 15:11:45 +00:00
parent e4bacb7360
commit 6b04920d29
4 changed files with 9 additions and 9 deletions

View File

@@ -10,14 +10,14 @@
#include <stdlib.h>
#include <string.h>
FX_BTREE_DEFINE_SIMPLE_INSERT(
FX_BST_DEFINE_SIMPLE_INSERT(
struct fx_arglist_option, opt_node, opt_id, put_arglist_option)
FX_BTREE_DEFINE_SIMPLE_GET(
FX_BST_DEFINE_SIMPLE_GET(
struct fx_arglist_option, unsigned int, opt_node, opt_id, get_arglist_option)
FX_BTREE_DEFINE_SIMPLE_INSERT(
FX_BST_DEFINE_SIMPLE_INSERT(
struct fx_arglist_value, val_node, val_id, put_arglist_value)
FX_BTREE_DEFINE_SIMPLE_GET(
FX_BST_DEFINE_SIMPLE_GET(
struct fx_arglist_value, unsigned int, val_node, val_id, get_arglist_value)
struct argv_parser {