From 4af1521b5fe4053d5a16f5d31c7b6281863a5f69 Mon Sep 17 00:00:00 2001 From: jongmyeongko Date: Mon, 7 Mar 2016 17:43:29 +0900 Subject: [PATCH] add missing declaration for tep related function. Change-Id: I5c129b59b69b7698a7fdae16e5238fb2370cf432 Signed-off-by: jongmyeongko --- client/include/package-manager.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/client/include/package-manager.h b/client/include/package-manager.h index 6465ac8..1708f6e 100644 --- a/client/include/package-manager.h +++ b/client/include/package-manager.h @@ -355,6 +355,20 @@ pkgmgr_client *pkgmgr_client_new(client_type ctype); int pkgmgr_client_free(pkgmgr_client *pc); /** + * @brief This API set information to install tep package. + * @details Use this API before calling installation API. + * + * This API is for package-manager client application.\n + * + * @param[in] pc pkgmgr_client + * @param[in] tep_path full path that tep file is located at + * @param[in] tep_move if TRUE, source file will be moved, else it will be copied + * @retval PKGMGR_R_OK success + * @retval PKGMGR_R_EINVAL invalid argument +*/ +int pkgmgr_client_set_tep_path(pkgmgr_client *pc, char *tep_path, char *tep_move); + +/** * @brief This API installs package. * * This API is for package-manager client application.\n -- 2.7.4