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

Diff for /mandoc/cgi.c between version 1.2 and 1.5

version 1.2, 2011/11/09 22:05:56 version 1.5, 2011/11/20 12:39:08
Line 4 
Line 4 
 #include <regex.h>  #include <regex.h>
 #include <stdio.h>  #include <stdio.h>
 #include <stdarg.h>  #include <stdarg.h>
   #include <stdint.h>
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>
   
 #include "apropos.h"  
 #include "mandoc.h"  #include "mandoc.h"
   #include "mandocdb.h"
   #include "apropos_db.h"
   
 /*  /*
  * The page a request is trying to make.   * The page a request is trying to make.

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

CVSweb