aboutsummaryrefslogtreecommitdiff
path: root/src/action.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/action.h')
-rw-r--r--src/action.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/action.h b/src/action.h
index 02ca1b8..d1ca4b3 100644
--- a/src/action.h
+++ b/src/action.h
@@ -3,13 +3,14 @@
#include "config.h"
-//typedef enum {
-// ACTION_SET,
-// ACTION_RUN,
-//} action_type_t;
+typedef enum {
+ ACTION_TARGET,
+ ACTION_SET_PAIR,
+ ACTION_RUN_SCRIPT,
+} action_type_t;
typedef struct {
- //action_type_t type;
+ action_type_t type;
char *key;
char *value;
} action_part_t;