mirror of
https://gitee.com/openharmony/interface_sdk_c
synced 2025-02-16 23:08:59 +00:00
fix warning in comment
Signed-off-by: 施运理 <shiyunli@huawei.com>
This commit is contained in:
parent
cc6ac75bec
commit
903642507a
@ -13,9 +13,6 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef OS_ACCOUNT_H
|
||||
#define OS_ACCOUNT_H
|
||||
|
||||
/**
|
||||
* @addtogroup OsAccount
|
||||
* @{
|
||||
@ -23,6 +20,7 @@
|
||||
* @brief Provide the definition of the C interface for the native OsAccount.
|
||||
* @since 12
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file os_account.h
|
||||
*
|
||||
@ -33,6 +31,9 @@
|
||||
* @since 12
|
||||
*/
|
||||
|
||||
#ifndef OS_ACCOUNT_H
|
||||
#define OS_ACCOUNT_H
|
||||
|
||||
#include <stddef.h>
|
||||
#include "os_account_common.h"
|
||||
|
||||
|
@ -13,9 +13,6 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef OS_ACCOUNT_COMMON_H
|
||||
#define OS_ACCOUNT_COMMON_H
|
||||
|
||||
/**
|
||||
* @addtogroup OsAccount
|
||||
* @{
|
||||
@ -23,6 +20,7 @@
|
||||
* @brief Provide the definition of the C interface for the native OsAccount.
|
||||
* @since 12
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file os_account_common.h
|
||||
*
|
||||
@ -33,6 +31,9 @@
|
||||
* @since 12
|
||||
*/
|
||||
|
||||
#ifndef OS_ACCOUNT_COMMON_H
|
||||
#define OS_ACCOUNT_COMMON_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user