Deleted Added
full compact
traverse.h (178529) traverse.h (178546)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License, Version 1.0 only
6 * (the "License"). You may not use this file except in compliance
7 * with the License.
8 *

--- 46 unchanged lines hidden (view full) ---

55void tdtrav_init(tdtrav_data_t *, int *, tdtrav_cb_f *, tdtrav_cb_f *,
56 tdtrav_cb_f *, void *);
57int tdtraverse(tdesc_t *, tdesc_t **, tdtrav_data_t *);
58
59int iitraverse(iidesc_t *, int *, tdtrav_cb_f *, tdtrav_cb_f *, tdtrav_cb_f *,
60 void *);
61int iitraverse_hash(hash_t *, int *, tdtrav_cb_f *, tdtrav_cb_f *,
62 tdtrav_cb_f *, void *);
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License, Version 1.0 only
6 * (the "License"). You may not use this file except in compliance
7 * with the License.
8 *

--- 46 unchanged lines hidden (view full) ---

55void tdtrav_init(tdtrav_data_t *, int *, tdtrav_cb_f *, tdtrav_cb_f *,
56 tdtrav_cb_f *, void *);
57int tdtraverse(tdesc_t *, tdesc_t **, tdtrav_data_t *);
58
59int iitraverse(iidesc_t *, int *, tdtrav_cb_f *, tdtrav_cb_f *, tdtrav_cb_f *,
60 void *);
61int iitraverse_hash(hash_t *, int *, tdtrav_cb_f *, tdtrav_cb_f *,
62 tdtrav_cb_f *, void *);
63int iitraverse_td(iidesc_t *ii, tdtrav_data_t *);
63int iitraverse_td(void *, void *);
64
65int tdtrav_assert(tdesc_t *, tdesc_t **, void *);
66
67#ifdef __cplusplus
68}
69#endif
70
71#endif /* _TRAVERSE_H */
64
65int tdtrav_assert(tdesc_t *, tdesc_t **, void *);
66
67#ifdef __cplusplus
68}
69#endif
70
71#endif /* _TRAVERSE_H */