fix ABI Issue
[platform/core/messaging/email-service.git] / email-common-use / include / email-types.h
index b3961b1..4303037 100755 (executable)
@@ -1357,6 +1357,8 @@ typedef struct
     char                           *logo_icon_path;                           /**< Account logo icon (used by account svc and email app) */
     email_roaming_option_t          roaming_option;                           /**< Roaming option */
     int                             color_label;                              /**< Account color label */
+    void                           *user_data;                                /**< Binary user data */
+    int                             user_data_length;                         /**< User data length */
 
     /* User information */
     char                           *user_display_name;                        /**< User's display */
@@ -1413,8 +1415,6 @@ typedef struct
     email_digest_type               digest_type;                              /**< The digest algorithm */
        char                           *user_name;                                /**< The user name for multi user (Since 2.4) */
 
-    int                             user_data_length;                         /**< User data length */
-    void                           *user_data;                                /**< Binary user data */
 } email_account_t;
 
 /**