[sword-cvs] sword/include swmodule.h,1.62,1.63

sword@www.crosswire.org sword@www.crosswire.org
Mon, 5 May 2003 20:27:58 -0700


Update of /usr/local/cvsroot/sword/include
In directory www:/tmp/cvs-serv2027/include

Modified Files:
	swmodule.h 
Log Message:


Index: swmodule.h
===================================================================
RCS file: /usr/local/cvsroot/sword/include/swmodule.h,v
retrieving revision 1.62
retrieving revision 1.63
diff -C2 -d -r1.62 -r1.63
*** swmodule.h	4 Mar 2003 22:32:55 -0000	1.62
--- swmodule.h	6 May 2003 03:27:56 -0000	1.63
***************
*** 307,311 ****
  	* @param istr string for which to search
  	* @param searchType type of search to perform
! 	*   <=0 ->regex;  1->phrase; 2->multiword;
  	* @param flags options flags for search
  	* @param scope Key containing the scope. VerseKey or ListKey are useful here.
--- 307,311 ----
  	* @param istr string for which to search
  	* @param searchType type of search to perform
! 	*   >=0 ->regex;  -1 ->phrase; -2 ->multiword;
  	* @param flags options flags for search
  	* @param scope Key containing the scope. VerseKey or ListKey are useful here.