[NETFILTER]: H.323 helper: make get_h245_addr() static
Signed-off-by: Jing Min Zhao <zhaojingmin@users.sourceforge.net> Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
0f249685fd
commit
51d42f5e4e
|
@ -220,8 +220,8 @@ static int get_tpkt_data(struct sk_buff **pskb, struct ip_conntrack *ct,
|
|||
}
|
||||
|
||||
/****************************************************************************/
|
||||
int get_h245_addr(unsigned char *data, H245_TransportAddress * addr,
|
||||
u_int32_t * ip, u_int16_t * port)
|
||||
static int get_h245_addr(unsigned char *data, H245_TransportAddress * addr,
|
||||
u_int32_t * ip, u_int16_t * port)
|
||||
{
|
||||
unsigned char *p;
|
||||
|
||||
|
|
Loading…
Reference in New Issue