Modify the enum definication to typedef enum 78/85378/1 accepted/tizen/common/20160825.062837 accepted/tizen/ivi/20160829.041710 accepted/tizen/mobile/20160829.041612 accepted/tizen/tv/20160829.041632 accepted/tizen/wearable/20160829.041647 submit/tizen/20160825.004351
authorDoHyun Pyun <dh79.pyun@samsung.com>
Thu, 25 Aug 2016 00:54:40 +0000 (09:54 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Thu, 25 Aug 2016 00:54:40 +0000 (09:54 +0900)
Change-Id: I7af5107a5e9ddbe05b403afc6dc601543f11e18f
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
lib/bluetooth-share-api.h

index c99f522..3e0201a 100644 (file)
@@ -30,7 +30,7 @@ extern "C" {
 #define EXPORT_API __attribute__((visibility("default")))
 #endif
 
-enum {
+typedef enum {
        BT_SHARE_ERR_NONE = 0,
        BT_SHARE_ERR_INTERNAL = -1,
        BT_SHARE_ERR_INVALID_PARAM = -2,