Diff for /libaitcfg/inc/aitcfg.h between versions 1.3 and 1.3.2.1

version 1.3, 2009/10/19 15:00:10 version 1.3.2.1, 2009/10/20 12:23:46
Line 25  typedef struct tagHead sl_config; Line 25  typedef struct tagHead sl_config;
   
   
 /*  /*
    * Macros for config library. Typecast string to specific config string format.
   */
   #define CFG(x)          (unsigned char *)(x)
   
   
   /*
  * InitConfig() Head initializing function for config   * InitConfig() Head initializing function for config
  * @cfg = New head element for init   * @cfg = New head element for init
  * return: 0 ok; -1 error:: new head element is null   * return: 0 ok; -1 error:: new head element is null

Removed from v.1.3  
changed lines
  Added in v.1.3.2.1


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