Changeset e22d747 in code
- Timestamp:
- Apr 24, 2015, 2:41:02 PM (10 years ago)
- Branches:
- master
- Children:
- 940d2b5
- Parents:
- 8b1683e
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
icb.c
r8b1683e re22d747 30 30 #include "icb.h" 31 31 #include "icbd.h" 32 33 struct icb_grplist groups; 32 34 33 35 extern int creategroups; -
icb.h
r8b1683e re22d747 113 113 }; 114 114 115 LIST_HEAD(icb_grlist, icb_group) groups; 115 LIST_HEAD(icb_grplist, icb_group); 116 extern struct icb_grplist groups; 116 117 117 118 #ifndef nitems
Note:
See TracChangeset
for help on using the changeset viewer.