commit | 630ef48037f3602333addfdb53789c9c6a4bb4c8 | [log] [tgz] |
---|---|---|
author | Jan Engelhardt <jengelh@medozas.de> | Tue Jan 27 14:58:41 2009 +0100 |
committer | Jan Engelhardt <jengelh@medozas.de> | Tue Jan 27 23:14:29 2009 +0100 |
tree | 9ef701688a9b5c1785f379413d810c8efec69ae8 | |
parent | e917bca09924435f3fca23c01042543b1826c81e [diff] |
libxtables: prefix/order - fw_xalloc 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>