Subversion Repositories HelenOS

Rev

Rev 3346 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3265 post 1
#ifndef INPUT_H
2
#define INPUT_H
3
 
4
#include "cmds/cmds.h"
5
 
6
/* prototypes */
3372 post 7
 
8
extern void get_input(cliuser_t *);
3265 post 9
extern int tok_input(cliuser_t *);
10
 
11
#endif