[BACK]Return to apropos-utils.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.sbin / makemandb

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.sbin/makemandb/apropos-utils.h between version 1.4 and 1.5

version 1.4, 2012/10/06 15:33:59 version 1.5, 2013/01/14 21:26:25
Line 90  char *get_dbpath(const char *);
Line 90  char *get_dbpath(const char *);
 int run_query(sqlite3 *, const char *[3], query_args *);  int run_query(sqlite3 *, const char *[3], query_args *);
 int run_query_html(sqlite3 *, query_args *);  int run_query_html(sqlite3 *, query_args *);
 int run_query_pager(sqlite3 *, query_args *);  int run_query_pager(sqlite3 *, query_args *);
   int run_query_term(sqlite3 *, query_args *);
 #endif  #endif

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb <webmaster@jp.NetBSD.org>