Changeset 901e827 in mainline
- Timestamp:
- 2008-09-14T16:57:18Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e13fb10
- Parents:
- 8722b38
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/scli.c
r8722b38 r901e827 54 54 55 55 /* These are not exposed, even to builtins */ 56 static int cli_init(cliuser_t * usr);57 static void cli_finit(cliuser_t * usr);56 static int cli_init(cliuser_t *); 57 static void cli_finit(cliuser_t *); 58 58 59 59 /* Constructor */
Note:
See TracChangeset
for help on using the changeset viewer.