|
@@ -157,7 +157,7 @@ enum assoc_array_walk_status {
|
|
assoc_array_walk_tree_empty,
|
|
assoc_array_walk_tree_empty,
|
|
assoc_array_walk_found_terminal_node,
|
|
assoc_array_walk_found_terminal_node,
|
|
assoc_array_walk_found_wrong_shortcut,
|
|
assoc_array_walk_found_wrong_shortcut,
|
|
-} status;
|
|
|
|
|
|
+};
|
|
|
|
|
|
struct assoc_array_walk_result {
|
|
struct assoc_array_walk_result {
|
|
struct {
|
|
struct {
|