summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMaciej Zenczykowski <maze@google.com>2011-04-04 15:33:25 +0200
committerPatrick McHardy <kaber@trash.net>2011-04-04 15:33:25 +0200
commit49d8c5d564cad70c5c1bef2d5571e8e494454210 (patch)
tree14f768594dbaa4f94e1b4a54ef2f743cfd4a0e60 /include
parent5e8f947becc00a79e78b2a6cf0e25fd674c57ec4 (diff)
v6: rename init_extensions() to init_extensions6()
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, 1 insertions, 0 deletions
diff --git a/include/xtables.h.in b/include/xtables.h.in
index 6abb2790..bb0a40c1 100644
--- a/include/xtables.h.in
+++ b/include/xtables.h.in
@@ -286,6 +286,7 @@ extern void xtables_save_string(const char *value);
# endif
extern void init_extensions(void);
extern void init_extensions4(void);
+ extern void init_extensions6(void);
#else
# define _init __attribute__((constructor)) _INIT
#endif