summaryrefslogtreecommitdiffstats
path: root/include/xtables/internal.h
Commit message (Collapse)AuthorAgeFilesLines
* libxtables: prefix/order - fw_xallocJan Engelhardt2009-01-271-3/+0
| | | | | | | | | | | | It is good practice to prefix names in a library some way so that it does not clash with external programs' variable names right on the first try. This change: rename fw_[cm]alloc to xtables_[cm]alloc and move the definition from internal.h to xtables.h to avoid potential compiler warnings. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* xtables.h: move non-exported parts to internal.hJan Engelhardt2008-04-131-0/+60
|
* Fix all remaining warnings (missing declarations, missing prototypes)Jan Engelhardt2008-04-131-0/+6