Changeset 0c4f46a in mainline for uspace/app/bdsh/util.h


Ignore:
Timestamp:
2008-08-30T15:05:54Z (16 years ago)
Author:
Tim Post <echo@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
42a0607
Parents:
43e02a6
Message:

Let 'cd' invoke cli_set_prompt(), no need to do it in every iteration of the main loop.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/util.h

    r43e02a6 r0c4f46a  
    11#ifndef UTIL_H
    22#define UTIL_H
     3
     4#include "scli.h"
    35
    46/* Internal string handlers */
     
    810extern char * cli_strtok_r(char *, const char *, char **);
    911extern char * cli_strtok(char *, const char *);
     12
     13/* Utility functions */
    1014extern unsigned int cli_count_args(char **);
     15extern unsigned int cli_set_prompt(cliuser_t *usr);
    1116
    1217#endif
Note: See TracChangeset for help on using the changeset viewer.