[BACK]Return to grep.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / grep

Diff for /src/usr.bin/grep/grep.h between version 1.16 and 1.17

version 1.16, 2011/03/04 03:11:23 version 1.17, 2011/07/08 01:20:24
Line 65 
Line 65 
 /* Command line flags */  /* Command line flags */
 extern int       Aflag, Bflag, Eflag, Fflag, Gflag, Hflag, Lflag,  extern int       Aflag, Bflag, Eflag, Fflag, Gflag, Hflag, Lflag,
                  Rflag, Zflag,                   Rflag, Zflag,
                  bflag, cflag, hflag, iflag, lflag, nflag, qflag, sflag,                   bflag, cflag, hflag, iflag, lflag, nflag, oflag, qflag, sflag,
                  vflag, wflag, xflag;                   vflag, wflag, xflag;
 extern int       binbehave;  extern int       binbehave;
   
Line 84 
Line 84 
 void            *grep_malloc(size_t size);  void            *grep_malloc(size_t size);
 void            *grep_calloc(size_t nmemb, size_t size);  void            *grep_calloc(size_t nmemb, size_t size);
 void            *grep_realloc(void *ptr, size_t size);  void            *grep_realloc(void *ptr, size_t size);
 void             printline(str_t *line, int sep);  void             printline(str_t *line, int sep, regmatch_t *pmatch);
 int              fastcomp(fastgrep_t *, const char *);  int              fastcomp(fastgrep_t *, const char *);
 void             fgrepcomp(fastgrep_t *, const char *);  void             fgrepcomp(fastgrep_t *, const char *);
   

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17