mirror of
https://gitee.com/openharmony/interface_sdk_c
synced 2024-11-23 06:39:54 +00:00
fix: api lint
Signed-off-by: yangxuguang-huawei <yangxuguang3@huawei.com> Change-Id: Ia60c1cecfb6fbb4794246d3d8c94134109162a00
This commit is contained in:
parent
fde4ce5a2f
commit
7cf96e803f
@ -13,11 +13,6 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef OHOS_ABILITY_RUNTIME_C_NATIVE_CHILD_PROCESS_H
|
|
||||||
#define OHOS_ABILITY_RUNTIME_C_NATIVE_CHILD_PROCESS_H
|
|
||||||
|
|
||||||
#include "IPCKit/ipc_cparcel.h"
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @addtogroup ChildProcess
|
* @addtogroup ChildProcess
|
||||||
* @{
|
* @{
|
||||||
@ -40,6 +35,11 @@
|
|||||||
* @since 12
|
* @since 12
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef OHOS_ABILITY_RUNTIME_C_NATIVE_CHILD_PROCESS_H
|
||||||
|
#define OHOS_ABILITY_RUNTIME_C_NATIVE_CHILD_PROCESS_H
|
||||||
|
|
||||||
|
#include "IPCKit/ipc_cparcel.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user