source: mainline/uspace/app/bdsh/cmds/modules/grep/entry.h@ 4db4718d

Last change on this file since 4db4718d was 4db4718d, checked in by parth-27 <parth1020patel@…>, 5 years ago

grep command added

  • Property mode set to 100644
File size: 182 bytes
Line 
1#ifndef GREP_ENTRY_H
2#define GREP_ENTRY_H
3
4/* Entry points for the grep command */
5extern int cmd_grep(char **);
6extern void help_cmd_grep(unsigned int);
7
8#endif /* GREP_ENTRY_H */
9
Note: See TracBrowser for help on using the repository browser.