ipt_get_target is declared non-static in ip_tables.h, so it is non-static here

This commit is contained in:
Harald Welte
2001-05-26 04:35:49 +00:00
parent 1cb4c055f1
commit ec81ca7e5e
+2 -2
View File
@@ -1,4 +1,4 @@
/* Library which manipulates firewall rules. Version $Revision: 1.29 $ */
/* Library which manipulates firewall rules. Version $Revision: 1.30 $ */
/* Architecture of firewall rules is as follows:
*
@@ -16,7 +16,7 @@
#endif
#ifndef __OPTIMIZE__
static STRUCT_ENTRY_TARGET *
STRUCT_ENTRY_TARGET *
GET_TARGET(STRUCT_ENTRY *e)
{
return (void *)e + e->target_offset;