diff options
Diffstat (limited to 'lib/icl.h')
-rw-r--r-- | lib/icl.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2015 - 2016 Samsung Electronics Co., Ltd All Rights Reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef __IOT_CONNECTIVITY_MANAGER_LIBRARY_H__ -#define __IOT_CONNECTIVITY_MANAGER_LIBRARY_H__ +#ifndef __IOT_CONNECTIVITY_LIBRARY_H__ +#define __IOT_CONNECTIVITY_LIBRARY_H__ #include "iotcon.h" #include "ic-common.h" @@ -25,4 +25,4 @@ #endif #define API __attribute__((visibility("default"))) -#endif /* __IOT_CONNECTIVITY_MANAGER_LIBRARY_H__ */ +#endif /* __IOT_CONNECTIVITY_LIBRARY_H__ */ |