Use consisten header guard, prefixed with UC_
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef UCORE_LOGGING_H_
|
||||
#define UCORE_LOGGING_H_
|
||||
#ifndef UC_LOGGING_H_
|
||||
#define UC_LOGGING_H_
|
||||
|
||||
/** Logging functions.
|
||||
* All logging functions except uc_log_init are thread safe,
|
||||
|
||||
Reference in New Issue
Block a user