Subversion Repositories HelenOS

Rev

Rev 3397 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3397 Rev 3492
Line 51... Line 51...
51
/* The official name of this program
51
/* The official name of this program
52
 * (change to your liking in configure.ac and re-run autoconf) */
52
 * (change to your liking in configure.ac and re-run autoconf) */
53
const char *progname = PACKAGE_NAME;
53
const char *progname = PACKAGE_NAME;
54
 
54
 
55
/* These are not exposed, even to builtins */
55
/* These are not exposed, even to builtins */
56
static int cli_init(cliuser_t *usr);
56
static int cli_init(cliuser_t *);
57
static void cli_finit(cliuser_t *usr);
57
static void cli_finit(cliuser_t *);
58
 
58
 
59
/* Constructor */
59
/* Constructor */
60
static int cli_init(cliuser_t *usr)
60
static int cli_init(cliuser_t *usr)
61
{
61
{
62
    usr->line = (char *) NULL;
62
    usr->line = (char *) NULL;