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