Rev 3536 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
#ifndef UTIL_H
#define UTIL_H
#include "scli.h"
/* Utility functions */
extern unsigned int cli_count_args(char **);
extern unsigned int cli_set_prompt(cliuser_t *usr);
#endif