]> git.ipfire.org Git - thirdparty/squid.git/blame - src/swap_log_op.h
Various audit updates
[thirdparty/squid.git] / src / swap_log_op.h
CommitLineData
4b981814
AJ
1#ifndef _SQUID_SWAP_LOG_OP_H
2#define _SQUID_SWAP_LOG_OP_H
3
4typedef 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
12extern const char *swap_log_op_str[];
13
14#endif /* _SQUID_SWAP_LOG_OP_H */