source: mainline/uspace/app/bdsh/input.h@ 28ee877e

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 28ee877e was 28ee877e, checked in by Martin Sucha <sucha14@…>, 14 years ago

Rename tok_input to process_input

  • Property mode set to 100644
File size: 187 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 process_input(cliuser_t *);
10extern int input_init(void);
11
12#endif
Note: See TracBrowser for help on using the repository browser.