summaryrefslogtreecommitdiffstats
path: root/include/libnetfilter_cttimeout/libnetfilter_cttimeout.h
Commit message (Collapse)AuthorAgeFilesLines
* Add extern "C" guard for C++ compilation modeJan Engelhardt2012-02-291-0/+8
| | | | Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* const-ify arguments of functionsJan Engelhardt2012-02-291-2/+2
| | | | Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* Add stdint header and type correctionsJan Engelhardt2012-02-291-0/+1
| | | | | | | | | 1. stdint.h is needed since you use uintXX_t in various places. 2. mnl_attr_get_type yields uint16_t, prefer to use it. 3. Since ->nlattr_max is uint32_t, most dependent uses should be unsigned too. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* initial commitPablo Neira Ayuso2012-02-291-0/+106
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>