Subversion Repositories HelenOS

Rev

Rev 1923 | Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1923 Rev 1935
Line 85... Line 85...
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 struct istate istate_t;
89
typedef struct istate istate_t;
-
 
90
typedef void (* function)();
90
typedef void (* iroutine)(int n, istate_t *istate);
91
typedef void (* iroutine)(int n, istate_t *istate);
91
 
92
 
92
typedef struct hash_table hash_table_t;
93
typedef struct hash_table hash_table_t;
93
typedef struct hash_table_operations hash_table_operations_t;
94
typedef struct hash_table_operations hash_table_operations_t;
94
 
95