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

Diff for /mandoc/Attic/apropos_db.h between version 1.8 and 1.10

version 1.8, 2011/11/26 22:38:11 version 1.10, 2011/11/27 23:11:37
Line 18 
Line 18 
 #define APROPOS_H  #define APROPOS_H
   
 struct  res {  struct  res {
           char            *type; /* file type: mdoc, man or cat */
         char            *file; /* file in file-system */          char            *file; /* file in file-system */
         char            *cat; /* category (3p, 3, etc.) */          char            *cat; /* category (3p, 3, etc.) */
         char            *title; /* title (FOO, etc.) */          char            *title; /* title (FOO, etc.) */
Line 45  int    apropos_search(int, char **, const struct opts 
Line 46  int    apropos_search(int, char **, const struct opts 
                         void (*)(struct res *, size_t, void *));                          void (*)(struct res *, size_t, void *));
 struct  expr    *exprcomp(int, char *[], size_t *);  struct  expr    *exprcomp(int, char *[], size_t *);
 void             exprfree(struct expr *);  void             exprfree(struct expr *);
   struct  expr    *termcomp(int, char *[], size_t *);
   
 __END_DECLS  __END_DECLS
   

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

CVSweb