Diff for /embedaddon/istgt/src/istgt_conf.h between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 16:42:02 version 1.1.1.2, 2012/10/09 09:13:23
Line 1 Line 1
 /*  /*
 * Copyright (C) 2008-2010 Daisuke Aoyama <aoyama@peach.ne.jp>. * Copyright (C) 2008-2012 Daisuke Aoyama <aoyama@peach.ne.jp>.
  * All rights reserved.   * All rights reserved.
  *   *
  * Redistribution and use in source and binary forms, with or without   * Redistribution and use in source and binary forms, with or without
Line 69  typedef struct config_t Line 69  typedef struct config_t
   
 CONFIG *istgt_allocate_config(void);  CONFIG *istgt_allocate_config(void);
 void istgt_free_config(CONFIG *cp);  void istgt_free_config(CONFIG *cp);
   void istgt_copy_cf_item(CF_SECTION *sp_dst, CF_SECTION *sp_src);
 CF_SECTION *istgt_find_cf_section(CONFIG *cp, const char *name);  CF_SECTION *istgt_find_cf_section(CONFIG *cp, const char *name);
 CF_ITEM *istgt_find_cf_nitem(CF_SECTION *sp, const char *key, int idx);  CF_ITEM *istgt_find_cf_nitem(CF_SECTION *sp, const char *key, int idx);
 CF_ITEM *istgt_find_cf_item(CF_SECTION *sp, const char *key);  CF_ITEM *istgt_find_cf_item(CF_SECTION *sp, const char *key);

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


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