source: mainline/uspace/app/bdsh/input.h@ da2bd08

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since da2bd08 was da2bd08, checked in by Jiri Svoboda <jiri@…>, 16 years ago

Input history.

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