diff options
Diffstat (limited to 'include/libiptc')
-rw-r--r-- | include/libiptc/libiptc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/libiptc/libiptc.h b/include/libiptc/libiptc.h index b9a42c96..24cdbdb7 100644 --- a/include/libiptc/libiptc.h +++ b/include/libiptc/libiptc.h @@ -74,8 +74,7 @@ int iptc_replace_entry(const xt_chainlabel chain, struct xtc_handle *handle); /* Append entry `e' to chain `chain'. Equivalent to insert with - rulenum = length of chain. Returns the position the entry was - inserted or 0 if an error occurs */ + rulenum = length of chain. */ int iptc_append_entry(const xt_chainlabel chain, const struct ipt_entry *e, struct xtc_handle *handle); |