summaryrefslogtreecommitdiff
path: root/priv_entries.h
diff options
context:
space:
mode:
authorOlivier Gayot <duskcoder@gmail.com>2015-01-10 00:52:31 +0100
committerOlivier Gayot <duskcoder@gmail.com>2015-01-10 00:52:31 +0100
commita1f75a644e0119fa6e31b0a0c852b71f6fc28410 (patch)
treedd7d67f3e527f9a25168f53c7c1be4975a8844e3 /priv_entries.h
parent30842cc79c0a3e3566e9da61f2499fa1342c6d52 (diff)
added "cyanmure" magic
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
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,
+ },
},
};