summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMaciej Zenczykowski <maze@google.com>2011-04-04 15:33:58 +0200
committerPatrick McHardy <kaber@trash.net>2011-04-04 15:33:58 +0200
commita85112dc330188035a8d7a58cab499d7672e4d87 (patch)
treed1f0cbc0a505550033d6eb972470b517b1273c2a /include
parent49d8c5d564cad70c5c1bef2d5571e8e494454210 (diff)
xtables.h: init_extensions() no longer exists
Signed-off-by: Maciej Zenczykowski <maze@google.com> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include')
-rw-r--r--include/xtables.h.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/xtables.h.in b/include/xtables.h.in
index bb0a40c1..c71839e1 100644
--- a/include/xtables.h.in
+++ b/include/xtables.h.in
@@ -284,7 +284,6 @@ extern void xtables_save_string(const char *value);
# undef _init
# define _init _INIT
# endif
- extern void init_extensions(void);
extern void init_extensions4(void);
extern void init_extensions6(void);
#else