Changeset e22d747 in code for icb.h


Ignore:
Timestamp:
Apr 24, 2015, 2:41:02 PM (10 years ago)
Author:
Mike Belopuhov <mike@…>
Branches:
master
Children:
940d2b5
Parents:
8b1683e
Message:

Improve groups list declaration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • icb.h

    r8b1683e re22d747  
    113113};
    114114
    115 LIST_HEAD(icb_grlist, icb_group) groups;
     115LIST_HEAD(icb_grplist, icb_group);
     116extern struct icb_grplist groups;
    116117
    117118#ifndef nitems
Note: See TracChangeset for help on using the changeset viewer.