add include guard

This commit is contained in:
Thomas Bernard 2015-09-22 10:24:47 +02:00
parent 13aeb88feb
commit c3660a5aa7
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,8 @@ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. POSSIBILITY OF SUCH DAMAGE.
*/ */
#ifndef PCP_MSG_STRUCT_H_INCLUDED
#define PCP_MSG_STRUCT_H_INCLUDED
#define PCP_OPCODE_ANNOUNCE 0 #define PCP_OPCODE_ANNOUNCE 0
#define PCP_OPCODE_MAP 1 #define PCP_OPCODE_MAP 1
@ -314,3 +316,4 @@ typedef struct pcp_filter_option {
#endif #endif
#define PCP_FILTER_OPTION_SIZE (24) #define PCP_FILTER_OPTION_SIZE (24)
#endif /* PCP_MSG_STRUCT_H_INCLUDED */