Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3371 → Rev 3372

/trunk/uspace/app/bdsh/input.h
4,9 → 4,8
#include "cmds/cmds.h"
 
/* prototypes */
 
extern void get_input(cliuser_t *);
extern int tok_input(cliuser_t *);
extern void get_input(cliuser_t *);
extern void cli_restricted(char *);
extern void read_line(char *, int);
 
#endif