Signed-off-by: Rafał Miłecki <[email protected]> --- session/attr.h | 4 ++-- session/rpc.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/session/attr.h b/session/attr.h index 45b3223..0474dfe 100644 --- a/session/attr.h +++ b/session/attr.h @@ -11,8 +11,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. */ -#ifndef __UCWMP_SESSION_H -#define __UCWMP_SESSION_H +#ifndef __UCWMP_ATTR_H +#define __UCWMP_ATTR_H #include <stdint.h> #include <libubox/avl.h> diff --git a/session/rpc.h b/session/rpc.h index 4179c0e..dd587a4 100644 --- a/session/rpc.h +++ b/session/rpc.h @@ -11,8 +11,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. */ -#ifndef __UCWMP_CWMP_H -#define __UCWMP_CWMP_H +#ifndef __UCWMP_RPC_H +#define __UCWMP_RPC_H #include <netinet/in.h> #include <libubox/avl.h> -- 1.8.4.5 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
