Changeset 28ee877e in mainline for uspace/app/bdsh/input.c


Ignore:
Timestamp:
2011-06-11T19:43:20Z (13 years ago)
Author:
Martin Sucha <sucha14@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ae45201
Parents:
6939edb
Message:

Rename tok_input to process_input

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/input.c

    r6939edb r28ee877e  
    6363 * invokes the built-in entry point (a[0]) passing all arguments in a[] to
    6464 * the handler */
    65 int tok_input(cliuser_t *usr)
     65int process_input(cliuser_t *usr)
    6666{
    6767        char *cmd[WORD_MAX];
Note: See TracChangeset for help on using the changeset viewer.