Parent Directory
|
Revision Log
|
Patch
revision 6533 by michael, Sat Aug 1 18:03:39 2015 UTC | revision 6534 by michael, Sat Sep 12 16:23:45 2015 UTC | |
---|---|---|
# | Line 49 enum | Line 49 enum |
49 | ||
50 | enum | enum |
51 | { | { |
52 | ENTITY_NONE = 0, | ENTITY_NONE = 0, |
53 | ENTITY_CHANNEL = 1, | ENTITY_CHANNEL = 1, |
54 | ENTITY_CLIENT = 2 | ENTITY_CLIENT = 2 |
55 | }; | }; |
56 | ||
57 | static struct | static struct |
# | Line 61 static struct | Line 61 static struct |
61 | unsigned int flags; | unsigned int flags; |
62 | } targets[IRCD_BUFSIZE]; | } targets[IRCD_BUFSIZE]; |
63 | ||
64 | static int unsigned ntargets = 0; | static unsigned int ntargets; |
65 | ||
66 | ||
67 | /* | /* |
|
svnadmin@ircd-hybrid.org | ViewVC Help |
Powered by ViewVC 1.1.28 |