From 33690a1aec0b6309ff90066ca56285b6e43013f2 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 11 Feb 2008 00:54:00 +0100 Subject: 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') diff --git a/include/xtables/internal.h b/include/xtables/internal.h new file mode 100644 index 00000000..3be72e3d --- /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