Diff for /libaitio/inc/aitio.h between versions 1.3.2.3 and 1.3.2.4

version 1.3.2.3, 2010/04/05 08:25:25 version 1.3.2.4, 2010/04/05 08:51:34
Line 168  inline int io_TrimStr(unsigned char *psLine); Line 168  inline int io_TrimStr(unsigned char *psLine);
  * return: NULL nothing to do or error; !=0 Allocated new converted string(must be free)   * return: NULL nothing to do or error; !=0 Allocated new converted string(must be free)
 */  */
 inline char *io_Char2Hex(unsigned char *psLine, int lineLen);  inline char *io_Char2Hex(unsigned char *psLine, int lineLen);
   /*
    * io_Hex2Char() Convert from Hex string to Char string
    * @psLine = Text string
    * @lineLen = Length of Text string
    * return: NULL nothing to do or error; !=0 Allocated new converted string(must be free)
   */
   inline char *io_Hex2Char(unsigned char *psLine, int lineLen);
   
 /*  /*
  * ioURLGet() Parse and get data from input URL   * ioURLGet() Parse and get data from input URL

Removed from v.1.3.2.3  
changed lines
  Added in v.1.3.2.4


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