Deleted Added
full compact
2c2
< /* $FreeBSD: head/usr.bin/grep/grep.h 211364 2010-08-15 22:15:04Z gabor $ */
---
> /* $FreeBSD: head/usr.bin/grep/grep.h 211463 2010-08-18 17:40:10Z gabor $ */
80,83c80
< struct mmfile *mmf;
< BZFILE *bzf;
< FILE *f;
< gzFile *gzf;
---
> int fd;
85d81
< bool stdin;
153d148
< struct file *grep_stdin_open(void);
160c155
< int grep_search(fastgrep_t *, unsigned char *, size_t, regmatch_t *);
---
> int grep_search(fastgrep_t *, const unsigned char *, size_t, regmatch_t *);