[BACK]Return to apropos.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/Attic/apropos.c between version 1.10 and 1.11

version 1.10, 2011/11/09 22:05:56 version 1.11, 2011/11/13 10:12:05
Line 21 
Line 21 
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>
   
 #include "apropos.h"  #include "apropos_db.h"
 #include "mandoc.h"  #include "mandoc.h"
   
 static  int      cmp(const void *, const void *);  static  int      cmp(const void *, const void *);

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

CVSweb