add missing #define for include guard

This commit is contained in:
Matthias Ringwald 2019-05-10 17:02:11 +02:00
parent 74a4ebbb07
commit c3d3b229df
4 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,7 @@
*/
#ifndef __GOEP_CLIENT_H
#define __GOEP_CLIENT_H
#if defined __cplusplus
extern "C" {

View File

@ -36,6 +36,7 @@
*/
#ifndef __OBEX_H
#define __OBEX_H
#define OBEX_OPCODE_CONNECT 0x80
#define OBEX_OPCODE_DISCONNECT 0x81

View File

@ -36,6 +36,7 @@
*/
#ifndef __OBEX_ITERATOR_H
#define __OBEX_ITERATOR_H
#if defined __cplusplus
extern "C" {

View File

@ -36,6 +36,7 @@
*/
#ifndef __OBEX_MESSAGE_BUILDER_H
#define __OBEX_MESSAGE_BUILDER_H
#if defined __cplusplus
extern "C" {