summaryrefslogtreecommitdiff
path: root/priv_entries.h
diff options
context:
space:
mode:
Diffstat (limited to 'priv_entries.h')
-rw-r--r--priv_entries.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/priv_entries.h b/priv_entries.h
index f7697a6..6c3c798 100644
--- a/priv_entries.h
+++ b/priv_entries.h
@@ -139,6 +139,14 @@ struct entry_t black_magic_entries[] = {
.data = (enum element_t []) { ELEMENT_NONE },
.target = TARGET_TEAM,
},
+ }, {
+ .name = "Cyanure",
+ .children_cnt = 0,
+ .action = {
+ .f = cyanure,
+ .data = NULL,
+ .target = TARGET_SINGLE,
+ },
},
};