Parent Directory
|
Revision Log
|
Patch
revision 8175 by michael, Sat Dec 31 13:59:46 2016 UTC | revision 8176 by michael, Thu Apr 13 14:51:35 2017 UTC | |
---|---|---|
# | Line 21 | Line 21 |
21 | #ifndef IRC_H | #ifndef IRC_H |
22 | #define IRC_H | #define IRC_H |
23 | ||
24 | #include <sys/types.h> | enum { MSGLENMAX = 513 }; /* 510 bytes message length + \r\n\0 */ |
#define MSGLENMAX 512 + 1 | ||
25 | ||
26 | ||
27 | struct CommandHash | struct CommandHash |
|
svnadmin@ircd-hybrid.org | ViewVC Help |
Powered by ViewVC 1.1.28 |