source:
mainline/uspace/app/bdsh/cmds/modules/basename/entry.h@
a91cecd8
Last change on this file since a91cecd8 was a91cecd8, checked in by , 5 years ago | |
---|---|
|
|
File size: 206 bytes |
Line | |
---|---|
1 | #ifndef BASENAME_ENTRY_H |
2 | #define BASENAME_ENTRY_H |
3 | |
4 | /* Entry points for the basename command */ |
5 | extern int cmd_basename(char **); |
6 | extern void help_cmd_basename(unsigned int); |
7 | |
8 | #endif /* BASENAME_ENTRY_H */ |
9 |
Note:
See TracBrowser
for help on using the repository browser.