[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.22

version 1.21, 2014/11/27 01:58:21 version 1.22, 2014/12/01 04:05:32
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 109  int mansearch(const struct mansearch *cfg, /* options 
Line 107  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.22

CVSweb