Rev 3783 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3783 | Rev 4638 | ||
---|---|---|---|
Line 52... | Line 52... | ||
52 | bool md_next_child(md_child_iter_t *it); |
52 | bool md_next_child(md_child_iter_t *it); |
53 | md_node_t md_get_child_node(md_child_iter_t it); |
53 | md_node_t md_get_child_node(md_child_iter_t it); |
54 | const char *md_get_node_name(md_node_t node); |
54 | const char *md_get_node_name(md_node_t node); |
55 | bool md_get_integer_property(md_node_t node, const char *key, |
55 | bool md_get_integer_property(md_node_t node, const char *key, |
56 | uint64_t *result); |
56 | uint64_t *result); |
- | 57 | bool md_get_string_property(md_node_t node, const char *key, |
|
- | 58 | const char **result); |
|
57 | bool md_next_node(md_node_t *node, const char *name); |
59 | bool md_next_node(md_node_t *node, const char *name); |
58 | void md_init(void); |
60 | void md_init(void); |
59 | 61 | ||
60 | #endif |
62 | #endif |
61 | 63 |