Changeset e22d747 in code


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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • icb.c

    r8b1683e re22d747  
    3030#include "icb.h"
    3131#include "icbd.h"
     32
     33struct icb_grplist groups;
    3234
    3335extern int creategroups;
  • 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.