Subversion Repositories HelenOS

Rev

Rev 3448 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3448 Rev 4341
Line 34... Line 34...
34
typedef struct {
34
typedef struct {
35
    char *name;         /* Name of the command */
35
    char *name;         /* Name of the command */
36
    char *desc;         /* Description of the command */
36
    char *desc;         /* Description of the command */
37
    mod_entry_t entry;  /* Command (exec) entry function */
37
    mod_entry_t entry;  /* Command (exec) entry function */
38
    mod_help_t help;    /* Command (help) entry function */
38
    mod_help_t help;    /* Command (help) entry function */
39
    int restricted;     /* Restricts to interactive/non-interactive only */
-
 
40
} module_t;
39
} module_t;
41
 
40
 
42
/* Builtin structure, same as modules except different types of entry points */
41
/* Builtin structure, same as modules except different types of entry points */
43
typedef struct {
42
typedef struct {
44
    char *name;
43
    char *name;