Changeset e2ea8d7e in mainline for uspace/app/bdsh/scli.h


Ignore:
Timestamp:
2008-08-27T05:36:12Z (16 years ago)
Author:
Tim Post <echo@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1b4b7b6
Parents:
b510d52
Message:

Housekeeping list, complete lingering things before they get forgotten:

  • cli_*() now sets a global cli_errno, error functions cleaned up
  • Finish internal cli_*() functions in util.c
  • Don't expose cli_init() or cli_finit()
  • Get rid of unused globals
  • Don't set globals in commands themselves
  • Update README files
  • Fix stale comments
File:
1 edited

Legend:

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

    rb510d52 re2ea8d7e  
    1515
    1616extern unsigned int cli_set_prompt(cliuser_t *usr);
    17 extern int cli_init(cliuser_t *usr);
    18 extern void cli_finit(cliuser_t *usr);
    1917
    2018#endif
Note: See TracChangeset for help on using the changeset viewer.