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

version 1.3.2.2, 2010/03/22 19:48:26 version 1.3.2.3, 2010/04/05 08:25:25
Line 161  inline int io_RTrimStr(unsigned char *psLine); Line 161  inline int io_RTrimStr(unsigned char *psLine);
  * return: 0 nothing to do; !=0 Removed bytes   * return: 0 nothing to do; !=0 Removed bytes
 */  */
 inline int io_TrimStr(unsigned char *psLine);  inline int io_TrimStr(unsigned char *psLine);
   /*
    * io_Char2Hex() Convert from Char string to Hex 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_Char2Hex(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.2  
changed lines
  Added in v.1.3.2.3


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