test_rel.h revision efc6f628e15de95bcd13e4f0ee223cb42115d520
119c78dc07fce2d6f39b5e541562afc3ca1ea38ffTheodore Ts'o/*
219c78dc07fce2d6f39b5e541562afc3ca1ea38ffTheodore Ts'o * test_rel.h
3efc6f628e15de95bcd13e4f0ee223cb42115d520Theodore Ts'o *
419c78dc07fce2d6f39b5e541562afc3ca1ea38ffTheodore Ts'o * Copyright (C) 1997 Theodore Ts'o.
519c78dc07fce2d6f39b5e541562afc3ca1ea38ffTheodore Ts'o *
619c78dc07fce2d6f39b5e541562afc3ca1ea38ffTheodore Ts'o * %Begin-Header%
719c78dc07fce2d6f39b5e541562afc3ca1ea38ffTheodore Ts'o * This file may be redistributed under the terms of the GNU Public
819c78dc07fce2d6f39b5e541562afc3ca1ea38ffTheodore Ts'o * License.
919c78dc07fce2d6f39b5e541562afc3ca1ea38ffTheodore Ts'o * %End-Header%
1019c78dc07fce2d6f39b5e541562afc3ca1ea38ffTheodore Ts'o */
1119c78dc07fce2d6f39b5e541562afc3ca1ea38ffTheodore Ts'o
1219c78dc07fce2d6f39b5e541562afc3ca1ea38ffTheodore Ts'o
1319c78dc07fce2d6f39b5e541562afc3ca1ea38ffTheodore Ts'o
1419c78dc07fce2d6f39b5e541562afc3ca1ea38ffTheodore Ts'ovoid do_brel_ma_create(int argc, char **argv);
1519c78dc07fce2d6f39b5e541562afc3ca1ea38ffTheodore Ts'ovoid do_brel_free(int argc, char **argv);
1619c78dc07fce2d6f39b5e541562afc3ca1ea38ffTheodore Ts'ovoid do_brel_put(int argc, char **argv);
1719c78dc07fce2d6f39b5e541562afc3ca1ea38ffTheodore Ts'ovoid do_brel_get(int argc, char **argv);
1819c78dc07fce2d6f39b5e541562afc3ca1ea38ffTheodore Ts'ovoid do_brel_start_iter(int argc, char **argv);
1919c78dc07fce2d6f39b5e541562afc3ca1ea38ffTheodore Ts'ovoid do_brel_next(int argc, char **argv);
2019c78dc07fce2d6f39b5e541562afc3ca1ea38ffTheodore Ts'ovoid do_brel_dump(int argc, char **argv);
2119c78dc07fce2d6f39b5e541562afc3ca1ea38ffTheodore Ts'ovoid do_brel_move(int argc, char **argv);
2219c78dc07fce2d6f39b5e541562afc3ca1ea38ffTheodore Ts'ovoid do_brel_delete(int argc, char **argv);
2319c78dc07fce2d6f39b5e541562afc3ca1ea38ffTheodore Ts'ovoid do_irel_ma_create(int argc, char **argv);
2419c78dc07fce2d6f39b5e541562afc3ca1ea38ffTheodore Ts'ovoid do_irel_free(int argc, char **argv);
2519c78dc07fce2d6f39b5e541562afc3ca1ea38ffTheodore Ts'ovoid do_irel_put(int argc, char **argv);
2619c78dc07fce2d6f39b5e541562afc3ca1ea38ffTheodore Ts'ovoid do_irel_get(int argc, char **argv);
2719c78dc07fce2d6f39b5e541562afc3ca1ea38ffTheodore Ts'ovoid do_irel_get_by_orig(int argc, char **argv);
2819c78dc07fce2d6f39b5e541562afc3ca1ea38ffTheodore Ts'ovoid do_irel_start_iter(int argc, char **argv);
2919c78dc07fce2d6f39b5e541562afc3ca1ea38ffTheodore Ts'ovoid do_irel_next(int argc, char **argv);
3019c78dc07fce2d6f39b5e541562afc3ca1ea38ffTheodore Ts'ovoid do_irel_dump(int argc, char **argv);
3119c78dc07fce2d6f39b5e541562afc3ca1ea38ffTheodore Ts'ovoid do_irel_add_ref(int argc, char **argv);
3219c78dc07fce2d6f39b5e541562afc3ca1ea38ffTheodore Ts'ovoid do_irel_start_iter_ref(int argc, char **argv);
3319c78dc07fce2d6f39b5e541562afc3ca1ea38ffTheodore Ts'ovoid do_irel_next_ref(int argc, char **argv);
3419c78dc07fce2d6f39b5e541562afc3ca1ea38ffTheodore Ts'ovoid do_irel_move(int argc, char **argv);
3519c78dc07fce2d6f39b5e541562afc3ca1ea38ffTheodore Ts'ovoid do_irel_delete(int argc, char **argv);
36