Rev 534 | Rev 703 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 534 | Rev 664 | ||
|---|---|---|---|
| Line 84... | Line 84... | ||
| 84 | 84 | ||
| 85 | typedef enum cmd_arg_type cmd_arg_type_t; |
85 | typedef enum cmd_arg_type cmd_arg_type_t; |
| 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); |
|
| - | 90 | ||
| 89 | #endif |
91 | #endif |