From: SukHyung Kang Date: Mon, 22 Apr 2019 07:00:26 +0000 (+0000) Subject: Revert "Remove unnecessary code" X-Git-Tag: submit/tizen/20190422.074002~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d3933af4f4583e07e36363683abc8ff1709b4e80;p=platform%2Fcore%2Fapi%2Fapp-control.git Revert "Remove unnecessary code" This reverts commit 4a0e8f673881188148570635143653b1ac7d45c9. Change-Id: I54e7e8d553ed1d145147ba6b1c6633f13405633c --- diff --git a/include/app_control.h b/include/app_control.h index d4b92e0..cafe27b 100755 --- a/include/app_control.h +++ b/include/app_control.h @@ -35,6 +35,10 @@ extern "C" { * @{ */ + +typedef struct _bundle_t bundle; +typedef unsigned char bundle_raw; + /** * @brief The application control handle. * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif