version 1.12

The API of UFDBVerifyURLisUncategorised() is changed and has 4 
instead of 3 parameters.
The new parameter is "char * URL" (1st parameter).


Version 1.10

The API of UFDBstripURL() is changed and has 5 instead of 2 parameters.
The new output parameters are required to support UFDBcheckForHTTPStunnel.

void UFDBstripURL( 
   char * URL, 			/* input URL string */
   char * strippedUrl,  	/* output char array (must be 1024 bytes) */
   char * domain,  		/* output char array (must be 1024 bytes) */
   char * protocol,		/* output char array (must be 16 bytes) */
   int  * portnumber )		/* output integer */

The new function UFDBcheckForHTTPStunnel() can be called from 3rd party applications.
Read the HOWTO carefully on how to use it.

