#ifndef INPUT_H
#define INPUT_H

#include "cmds/cmds.h"

/* prototypes */

extern void get_input(cliuser_t *);
extern int tok_input(cliuser_t *);
extern int input_init(void);

#endif
