diff options
author | Guillaume Friloux <guillaume.friloux@gmail.com> | 2013-12-26 13:56:23 +0100 |
---|---|---|
committer | Guillaume Friloux <guillaume.friloux@gmail.com> | 2013-12-26 13:56:23 +0100 |
commit | b2a52a35ac249b9a225fc7e09deae2852b9d515f (patch) | |
tree | 5ba9aefda6be3f9bd9ee5d618aa1c84ba59fe505 /src | |
parent | 2b1ec293f4919ddfa13d972b65d506f323e862a1 (diff) |
Tags are now a list.
Diffstat (limited to 'src')
-rw-r--r-- | src/include/Rules.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/Rules.h b/src/include/Rules.h index 86d93ac..fbd30be 100644 --- a/src/include/Rules.h +++ b/src/include/Rules.h | |||
@@ -20,8 +20,8 @@ struct _Rule | |||
20 | { | 20 | { |
21 | const char *filename, | 21 | const char *filename, |
22 | *source_host, | 22 | *source_host, |
23 | *source_path, | 23 | *source_path; |
24 | *tags; | 24 | Eina_List *tags; |
25 | Eina_Bool todel; | 25 | Eina_Bool todel; |
26 | Eina_Inlist *regex; | 26 | Eina_Inlist *regex; |
27 | } spec; | 27 | } spec; |