Rev 820 | Rev 1005 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 820 | Rev 958 | ||
|---|---|---|---|
| Line 80... | Line 80... | ||
| 80 | 80 | ||
| 81 | typedef enum cmd_arg_type cmd_arg_type_t; |
81 | typedef enum cmd_arg_type cmd_arg_type_t; |
| 82 | typedef struct cmd_arg cmd_arg_t; |
82 | typedef struct cmd_arg cmd_arg_t; |
| 83 | typedef struct cmd_info cmd_info_t; |
83 | typedef struct cmd_info cmd_info_t; |
| 84 | 84 | ||
| - | 85 | typedef struct istate istate_t; |
|
| 85 | typedef void (* iroutine)(int n, void *stack); |
86 | typedef void (* iroutine)(int n, istate_t *istate); |
| 86 | 87 | ||
| 87 | typedef struct hash_table hash_table_t; |
88 | typedef struct hash_table hash_table_t; |
| 88 | typedef struct hash_table_operations hash_table_operations_t; |
89 | typedef struct hash_table_operations hash_table_operations_t; |
| 89 | 90 | ||
| 90 | #endif |
91 | #endif |