source: mainline/uspace/app/bdsh/input.h@ 65267f6

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 65267f6 was 216d6fc, checked in by Tim Post <echo@…>, 17 years ago

Merge with shell @ 3241 for bdsh

  • Property mode set to 100644
File size: 225 bytes
Line 
1#ifndef INPUT_H
2#define INPUT_H
3
4#include "cmds/cmds.h"
5
6/* prototypes */
7extern int tok_input(cliuser_t *);
8extern void get_input(cliuser_t *);
9extern void cli_restricted(char *);
10extern void read_line(char *, int);
11
12#endif
Note: See TracBrowser for help on using the repository browser.