The unified diff between revisions [6676c716..] and [816b792b..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'src/enums.h'

#
#
# patch "src/enums.h"
#  from [d3225c7b17f9312bef8509d7dd1284df1f0fcf98]
#    to [955437e924a040325c5940579961596c655549ca]
#
============================================================
--- src/enums.h	d3225c7b17f9312bef8509d7dd1284df1f0fcf98
+++ src/enums.h	955437e924a040325c5940579961596c655549ca
@@ -744,4 +744,10 @@ enum {

 #endif

+typedef enum {
+	ST_OP_NONE,
+	ST_OP_OPEN,
+	ST_OP_CREATE
+} store_op_t;
+
 #endif /* SQUID_ENUMS_H */