Rev 3372 | Details | Compare with Previous | Last modification | View Log | RSS feed
#ifndef INPUT_H
#define INPUT_H
#include "cmds/cmds.h"
/* prototypes */
extern void get_input(cliuser_t *);
extern int tok_input(cliuser_t *);
#endif