Subversion Repositories HelenOS

Rev

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

Rev 3346 Rev 3372
Line 2... Line 2...
2
#define INPUT_H
2
#define INPUT_H
3
 
3
 
4
#include "cmds/cmds.h"
4
#include "cmds/cmds.h"
5
 
5
 
6
/* prototypes */
6
/* prototypes */
7
extern int tok_input(cliuser_t *);
-
 
-
 
7
 
8
extern void get_input(cliuser_t *);
8
extern void get_input(cliuser_t *);
9
extern void cli_restricted(char *);
9
extern int tok_input(cliuser_t *);
10
extern void read_line(char *, int);
-
 
11
 
10
 
12
#endif
11
#endif