Commit 38a429c8 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Pablo Neira Ayuso

netfilter: add include guard to nf_conntrack_h323_types.h

Add a header include guard just in case.
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent 89a26cd4
...@@ -4,6 +4,9 @@ ...@@ -4,6 +4,9 @@
* Copyright (c) 2006 Jing Min Zhao <zhaojingmin@users.sourceforge.net> * Copyright (c) 2006 Jing Min Zhao <zhaojingmin@users.sourceforge.net>
*/ */
#ifndef _NF_CONNTRACK_H323_TYPES_H
#define _NF_CONNTRACK_H323_TYPES_H
typedef struct TransportAddress_ipAddress { /* SEQUENCE */ typedef struct TransportAddress_ipAddress { /* SEQUENCE */
int options; /* No use */ int options; /* No use */
unsigned int ip; unsigned int ip;
...@@ -931,3 +934,5 @@ typedef struct RasMessage { /* CHOICE */ ...@@ -931,3 +934,5 @@ typedef struct RasMessage { /* CHOICE */
InfoRequestResponse infoRequestResponse; InfoRequestResponse infoRequestResponse;
}; };
} RasMessage; } RasMessage;
#endif /* _NF_CONNTRACK_H323_TYPES_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment