From a34a317e34867750fdacb1e2c3c2a15c8fabc364 Mon Sep 17 00:00:00 2001 From: Yu Date: Wed, 17 Apr 2019 14:32:16 +0900 Subject: [PATCH] Fix public header following api reference guide Change-Id: I546832bc933133bb4c435c73bb807f937b3a73d3 Signed-off-by: Yu jiung --- include/asp.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/include/asp.h b/include/asp.h index c7aa6ef..f39425b 100755 --- a/include/asp.h +++ b/include/asp.h @@ -29,10 +29,6 @@ extern "C" { * @{ */ -#ifndef TIZEN_ERROR_ASP -#define TIZEN_ERROR_ASP -0x02F60000 -#endif - /** * @brief Enumeration for Application Service Platform (ASP) error code. * @since_tizen 4.0 @@ -401,6 +397,7 @@ int asp_initialize(void); /** * @brief Deinitializes Application Service Platform (ASP). * @since_tizen 4.0 + * @privlevel public * @privilege http://tizen.org/privilege/wifidirect * @return 0 on success, otherwise a negative error value. * @retval #ASP_ERROR_NONE Successful -- 2.7.4