Jan Engelhardt wrote:
commit ede2c549d4c8b35cec6b7eb5bbbaf95b40168ab0 Author: Jan Engelhardt <jengelh@xxxxxxxxxx> Date: Thu Nov 6 05:35:33 2008 +0100 libiptc: remove typedef indirection Don't you hate it when iptc_handle_t *x actually is a double-indirection struct iptc_handle **? This also shows the broken constness model, since "const iptc_handle_t x" = "iptc_handle_t const x" = "struct iptc_handle *const x", which is like no const at all. Lots of things to do then.
Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html