Subversion Repositories HelenOS

Rev

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

Rev 3265 Rev 3304
Line 5... Line 5...
5
 
5
 
6
/* prototypes */
6
/* prototypes */
7
extern int tok_input(cliuser_t *);
7
extern int tok_input(cliuser_t *);
8
extern void get_input(cliuser_t *);
8
extern void get_input(cliuser_t *);
9
extern void cli_restricted(char *);
9
extern void cli_restricted(char *);
10
 
-
 
11
#ifdef HELENOS
-
 
12
extern void read_line(char *, int);
10
extern void read_line(char *, int);
13
#endif
-
 
14
 
11
 
15
#endif
12
#endif