- Timestamp:
- Mar 7, 2014, 3:42:03 PM (11 years ago)
- Branches:
- master
- Children:
- a76f866
- Parents:
- 8871953
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
icb.h
r8871953 r7289823 30 30 #define ICB_MAXPASSLEN 32 31 31 #define ICB_MAXTOPICLEN 160 32 #define ICB_MAXHOSTLEN 40 32 33 #define ICB_MTABLEN 50 /* XXX */ 33 34 … … 76 77 char nick[ICB_MAXNICKLEN]; 77 78 char client[ICB_MAXNICKLEN]; 78 char host[ MAXHOSTNAMELEN];79 char host[ICB_MAXHOSTLEN]; 79 80 char buffer[ICB_MSGSIZE]; 80 81 struct event ev;
Note:
See TracChangeset
for help on using the changeset viewer.