summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 94c0807)
raw | patch | inline | side by side (parent: 94c0807)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 23 Nov 2008 16:20:37 +0000 (17:20 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 23 Nov 2008 16:20:37 +0000 (17:20 +0100) |
src/filter_chain.c | patch | blob | history |
diff --git a/src/filter_chain.c b/src/filter_chain.c
index b73d6e13838e9bdf01f8f8535a9c4291c77071a0..98185421c3ca4a2977d62e1dd6f72a0ce89a179c 100644 (file)
--- a/src/filter_chain.c
+++ b/src/filter_chain.c
}; /* }}} */
/* List of rules, used in fc_chain_t */
-struct fc_fule_s;
-typedef struct fc_fule_s fc_rule_t; /* {{{ */
-struct fc_fule_s
+struct fc_rule_s;
+typedef struct fc_rule_s fc_rule_t; /* {{{ */
+struct fc_rule_s
{
char name[DATA_MAX_NAME_LEN];
fc_match_t *matches;