mirror of
https://gitee.com/openharmony/interface_sdk_c
synced 2024-11-22 22:29:57 +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.
|
||||
*/
|
||||
|
||||
#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
|
||||
* @{
|
||||
@ -40,6 +35,11 @@
|
||||
* @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
|
||||
extern "C" {
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user