From f4ea591d9154ad811c98c93c5516dc8d6c2807f5 Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net" Date: Sun, 13 Apr 2008 05:17:58 +0000 Subject: [PATCH 02/13] Fix all remaining warnings (missing declarations, missing prototypes) --- include/xtables/internal.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 include/xtables/internal.h (limited to 'include/xtables/internal.h') diff --git a/include/xtables/internal.h b/include/xtables/internal.h new file mode 100644 index 0000000..3be72e3 --- /dev/null +++ b/include/xtables/internal.h @@ -0,0 +1,6 @@ +#ifndef _XTABLES_INTERNAL_H +#define _XTABLES_INTERNAL_H 1 + +extern void _init(void); + +#endif /* _XTABLES_INTERNAL_H */ -- cgit v1.2.3