#ifndef SCLI_H #define SCLI_H #include "config.h" #include typedef struct { char *name; char *line; char *cwd; char *prompt; int lasterr; } cliuser_t; #endif