Diff for /libaitcfg/src/aitcfg.c between versions 1.1.1.1 and 1.1.1.1.2.2

version 1.1.1.1, 2008/08/28 13:17:41 version 1.1.1.1.2.2, 2008/09/30 20:00:26
Line 1 Line 1
   /*************************************************************************
   * (C) 2008 AITNET ltd - Sofia/Bulgaria - <misho@aitbg.com>
   *  by Michael Pounov <misho@openbsd-bg.org>
   *
   * $Author$
   * $Id$
   *
   *************************************************************************/
 #include "global.h"  #include "global.h"
 #include "aitcfg.h"  #include "aitcfg.h"
   
Line 20  inline int InitConfig(sl_config * __restrict cfg) Line 28  inline int InitConfig(sl_config * __restrict cfg)
         if (!cfg)          if (!cfg)
                 return -1;                  return -1;
   
        return (int) (cfg->slh_first = NULL);        cfg->slh_first = NULL;
         return 0;
 }  }
   
 /*  /*

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.2


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