[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.5 and 1.6

version 1.5, 2003/06/24 18:45:30 version 1.6, 2003/06/25 15:02:36
Line 87 
Line 87 
 int              fastcomp(fastgrep_t *, const char *);  int              fastcomp(fastgrep_t *, const char *);
   
 /* queue.c */  /* queue.c */
 void             initqueue();  void             initqueue(void);
 void             enqueue(str_t *x);  void             enqueue(str_t *x);
 void             printqueue();  void             printqueue(void);
 void             clearqueue();  void             clearqueue(void);
   
 /* mmfile.c */  /* mmfile.c */
 typedef struct mmfile {  typedef struct mmfile {

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6