# | Line 27 | Line 27 | |
---|---|---|
27 | ||
28 | #include "config.h" | |
29 | #include "fdlist.h" | |
30 | – | #include "hook.h" |
30 | ||
31 | /* Type of IO */ | |
32 | #define COMM_SELECT_READ 1 | |
# | Line 37 | Line 36 | |
36 | #define SELECT_DELAY 500 | |
37 | ||
38 | struct Client; | |
39 | < | struct AccessItem; |
39 | > | struct MaskItem; |
40 | struct Listener; | |
41 | ||
42 | extern struct Callback *setup_socket_cb; |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |