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

Diff for /mandoc/mansearch.h between version 1.20 and 1.23

version 1.20, 2014/11/18 01:15:21 version 1.23, 2014/12/01 08:05:52
Line 15 
Line 15 
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF   * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.   * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */   */
 #ifndef MANSEARCH_H  
 #define MANSEARCH_H  
   
 #define MANDOC_DB        "mandoc.db"  #define MANDOC_DB        "mandoc.db"
   
Line 70 
Line 68 
   
 #define FORM_CAT         0  /* manual page is preformatted */  #define FORM_CAT         0  /* manual page is preformatted */
 #define FORM_SRC         1  /* format is mdoc(7) or man(7) */  #define FORM_SRC         1  /* format is mdoc(7) or man(7) */
 #define FORM_GZ          2  /* compressed with gzip(1) */  
 #define FORM_NONE        4  /* format is unknown */  #define FORM_NONE        4  /* format is unknown */
   
 enum    argmode {  enum    argmode {
Line 100  struct mansearch {
Line 97  struct mansearch {
   
 __BEGIN_DECLS  __BEGIN_DECLS
   
   struct  manpaths;
   
 int     mansearch_setup(int);  int     mansearch_setup(int);
 int     mansearch(const struct mansearch *cfg, /* options */  int     mansearch(const struct mansearch *cfg, /* options */
                 const struct manpaths *paths, /* manpaths */                  const struct manpaths *paths, /* manpaths */
Line 110  int mansearch(const struct mansearch *cfg, /* options 
Line 109  int mansearch(const struct mansearch *cfg, /* options 
 void    mansearch_free(struct manpage *, size_t);  void    mansearch_free(struct manpage *, size_t);
   
 __END_DECLS  __END_DECLS
   
 #endif /* MANSEARCH_H */  

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.23

CVSweb