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

Diff for /mandoc/Attic/apropos.h between version 1.1 and 1.2

version 1.1, 2011/11/09 01:24:23 version 1.2, 2011/11/09 22:05:56
Line 53  struct rec {
Line 53  struct rec {
 struct  opts {  struct  opts {
         const char      *arch; /* restrict to architecture */          const char      *arch; /* restrict to architecture */
         const char      *cat; /* restrict to manual section */          const char      *cat; /* restrict to manual section */
         int              types; /* only types in bitmask */  
         int              flags;  
 #define OPTS_INSENS     (0x01) /* case-insensitive match */  
 };  };
   
 __BEGIN_DECLS  __BEGIN_DECLS
   
 void     apropos_search(const struct opts *, const char *,  struct  expr;
                 void *, void (*)(struct rec *, size_t, void *));  
   void             apropos_search(const struct opts *,
                           const struct expr *, void *,
                           void (*)(struct rec *, size_t, void *));
   
   struct  expr    *exprcomp(int, char *[], int);
   void             exprfree(struct expr *);
   
 __END_DECLS  __END_DECLS
   

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

CVSweb