Rework db insertion code
[platform/core/appfw/pkgmgr-info.git] / include / pkgmgrinfo_basic.h
index 420b1c0..b5a63cc 100644 (file)
@@ -211,6 +211,12 @@ typedef struct package_x {
        GList *deviceprofile;           /**< package device profile, element*/
 } package_x;
 
+typedef struct updateinfo_x {
+       char *pkgid;
+       char *version;
+       int type;
+} updateinfo_x;
+
 typedef struct package_x manifest_x;
 
 void pkgmgrinfo_basic_free_application(application_x *application);