]> git.ipfire.org Git - thirdparty/squid.git/blob - src/swap_log_op.h
Various audit updates
[thirdparty/squid.git] / src / swap_log_op.h
1 #ifndef _SQUID_SWAP_LOG_OP_H
2 #define _SQUID_SWAP_LOG_OP_H
3
4 typedef enum {
5 SWAP_LOG_NOP,
6 SWAP_LOG_ADD,
7 SWAP_LOG_DEL,
8 SWAP_LOG_VERSION,
9 SWAP_LOG_MAX
10 } swap_log_op;
11
12 extern const char *swap_log_op_str[];
13
14 #endif /* _SQUID_SWAP_LOG_OP_H */