source: mainline/uspace/app/bdsh/input.h@ 025759c

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

More house cleaning, don't expose beyond what's needed

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