Imported Upstream version 1.0.1
[platform/upstream/iotivity.git] / resource / csdk / connectivity / common / inc / oic_logger.h
index df738c2..d1a5b8d 100644 (file)
@@ -18,8 +18,8 @@
 //
 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 
-#ifndef __OIC_LOGGER_H_
-#define __OIC_LOGGER_H_
+#ifndef OIC_LOGGER_H_
+#define OIC_LOGGER_H_
 
 #include "oic_logger_types.h"
 
@@ -29,9 +29,10 @@ extern "C"
 #endif
 
 /* Basic interface: */
-oic_log_ctx_t *oic_log_make_ctx(void* world, const oic_log_level level, oic_log_init_t init,
-        oic_log_destroy_t destroy, oic_log_flush_t flush, oic_log_set_level_t set_level,
-        oic_log_write_level_t write_level, oic_log_set_module_t set_module);
+oic_log_ctx_t *oic_log_make_ctx(void *world, const oic_log_level level, oic_log_init_t init,
+                                    oic_log_destroy_t destroy, oic_log_flush_t flush,
+                                    oic_log_set_level_t set_level,oic_log_write_level_t write_level,
+                                    oic_log_set_module_t set_module);
 
 void oic_log_destroy(oic_log_ctx_t *ctx);
 
@@ -45,4 +46,5 @@ int oic_log_set_module(oic_log_ctx_t *ctx, const char *module_name);
 } // extern "C"
 #endif
 
-#endif
+#endif /* OIC_LOGGER_H_ */
+