Differences From Artifact [0899b0d159]:
- File packetbl.h — part of check-in [371d474ebc] at 2011-03-06 23:20:20 on branch trunk — some bugs related to use_cache, etc. also a lot of cleanup. (user: rmiller, size: 4273) [annotate] [blame] [check-ins using]
To Artifact [53bd514156]:
- File packetbl.h — part of check-in [7c39ff9950] at 2012-01-10 22:14:25 on branch trunk — few minor cosmetic changes (user: rmiller, size: 4359) [annotate] [blame] [check-ins using]
| ︙ | |||
192 193 194 195 196 197 198 199 | 192 193 194 195 196 197 198 199 200 201 202 203 204 205 | + + + + + + |
{"local4", LOG_LOCAL4},
{"local5", LOG_LOCAL5},
{"local6", LOG_LOCAL6},
{"local7", LOG_LOCAL7},
NULL
};
enum type {
TYPE_BLACKLISTBL,
TYPE_WHITELISTBL,
TYPE_BLACKLIST,
TYPE_WHITELIST
};
#endif
|