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

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

version 1.21, 2014/11/27 01:58: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 99  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 109  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.21  
changed lines
  Added in v.1.23

CVSweb