- Timestamp:
- Jun 17, 2014, 11:46:35 AM (11 years ago)
- Branches:
- master
- Children:
- e68221b
- Parents:
- 9440414
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
icb.h
r9440414 r120eedd 90 90 #define CLRF(t, f) ((t) &= ~(f)) 91 91 #define ISSETF(t, f) ((t) & (f)) 92 #define ICB_SF_PROTOSENT 0x01 93 #define ICB_SF_LOGGEDIN 0x02 94 #define ICB_SF_NOGROUP 0x08 95 #define ICB_SF_NOBEEP 0x10 96 #define ICB_SF_NOBEEP2 0x20 92 #define ICB_SF_PROTOSENT 0x0001 93 #define ICB_SF_LOGGEDIN 0x0002 94 #define ICB_SF_NOGROUP 0x0008 95 #define ICB_SF_NOBEEP 0x0010 96 #define ICB_SF_NOBEEP2 0x0020 97 98 #define ICB_SF_DNSINPROGRESS 0x1000 99 #define ICB_SF_PENDINGDROP 0x2000 97 100 98 101 /* in-group linkage */
Note:
See TracChangeset
for help on using the changeset viewer.