Rev 703 | Rev 814 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 703 | Rev 790 | ||
|---|---|---|---|
| Line 86... | Line 86... | ||
| 86 | typedef struct cmd_arg cmd_arg_t; |
86 | typedef struct cmd_arg cmd_arg_t; |
| 87 | typedef struct cmd_info cmd_info_t; |
87 | typedef struct cmd_info cmd_info_t; |
| 88 | 88 | ||
| 89 | typedef void (* iroutine)(int n, void *stack); |
89 | typedef void (* iroutine)(int n, void *stack); |
| 90 | 90 | ||
| - | 91 | typedef struct hash_table hash_table_t; |
|
| - | 92 | typedef struct hash_table_operations hash_table_operations_t; |
|
| - | 93 | ||
| 91 | #endif |
94 | #endif |