aboutgitcodelistschat:MatrixIRC
path: root/cooker/gluten.h
diff options
context:
space:
mode:
Diffstat (limited to 'cooker/gluten.h')
-rw-r--r--cooker/gluten.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/cooker/gluten.h b/cooker/gluten.h
index e0ea54d..4659583 100644
--- a/cooker/gluten.h
+++ b/cooker/gluten.h
@@ -9,6 +9,11 @@
#define COOKER
#include <gluten.h>
+enum scmp_mode {
+ SCMP_FILTER,
+ SCMP_PROFILE,
+};
+
struct gluten_arg_data {
struct gluten_offset offset;
size_t len;
@@ -37,6 +42,8 @@ struct gluten_ctx {
struct attr attrs[ATTRS_MAX];
struct arg *selected_arg[6];
+
+ enum scmp_mode mode;
};
/**