Rev 1037 | Rev 1104 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1037 | Rev 1101 | ||
---|---|---|---|
Line 87... | Line 87... | ||
87 | typedef void (* iroutine)(int n, istate_t *istate); |
87 | typedef void (* iroutine)(int n, istate_t *istate); |
88 | 88 | ||
89 | typedef struct hash_table hash_table_t; |
89 | typedef struct hash_table hash_table_t; |
90 | typedef struct hash_table_operations hash_table_operations_t; |
90 | typedef struct hash_table_operations hash_table_operations_t; |
91 | 91 | ||
- | 92 | typedef struct btree_node btree_node_t; |
|
- | 93 | typedef struct btree btree_t; |
|
- | 94 | ||
92 | #endif |
95 | #endif |