Changeset 69145dae in mainline for uspace/app/bdsh/cmds/modules/pwd/entry.h
- Timestamp:
- 2008-08-28T02:51:25Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 88944695
- Parents:
- 79872cd
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/pwd/entry.h
r79872cd r69145dae 6 6 /* Entry points for the pwd command */ 7 7 extern void * help_cmd_pwd(unsigned int); 8 extern int * cmd_pwd(char * [], cliuser_t*);8 extern int * cmd_pwd(char **); 9 9 10 10 #endif
Note:
See TracChangeset
for help on using the changeset viewer.