Diff for /libaitwww/inc/aitwww.h between versions 1.2.2.1 and 1.2.2.2

version 1.2.2.1, 2012/03/10 15:00:45 version 1.2.2.2, 2012/03/10 15:59:41
Line 236  int www_URLGet(const char *csURL, struct tagIOURL *url Line 236  int www_URLGet(const char *csURL, struct tagIOURL *url
 int www_URLGetFile(struct tagIOURL *url, char * __restrict psValue, int valLen);  int www_URLGetFile(struct tagIOURL *url, char * __restrict psValue, int valLen);
   
 /*  /*
  * www_Path2File() - Parse and make path/filename pair  
  *  
  * @csArgs = Input argument line  
  * @psPath = Output Path, if ==NULL path not returned  
  * @pathLen = Size of path array  
  * @psFile = Output File  
  * @fileLen = Size of file array  
  * return: 0 error format; -1 error:: can`t read; >0 ok, number of readed items  
  */  
 inline int www_Path2File(const char * __restrict csArgs, char * __restrict psPath,   
                 int pathLen, char * __restrict psFile, int fileLen);  
   
 /*  
  * www_XMLGet() - Parse and get data from input XML request string    * www_XMLGet() - Parse and get data from input XML request string 
  *                              [ns:]container[|attribute[=value]][?data]   *                              [ns:]container[|attribute[=value]][?data]
  *   *

Removed from v.1.2.2.1  
changed lines
  Added in v.1.2.2.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>