Changeset 809813d in mainline for uspace/app/bdsh/cmds/modules/pwd/entry.h
- Timestamp:
- 2008-09-14T15:43:22Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6279151
- Parents:
- 211b0c13
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/pwd/entry.h
r211b0c13 r809813d 5 5 6 6 /* Entry points for the pwd command */ 7 extern void *help_cmd_pwd(unsigned int);8 extern int *cmd_pwd(char **);7 extern void help_cmd_pwd(unsigned int); 8 extern int cmd_pwd(char **); 9 9 10 10 #endif
Note:
See TracChangeset
for help on using the changeset viewer.