Fix inconsistency between cache and database
[platform/core/appfw/pkgmgr-info.git] / src / common / request_type.hh
index 5118271..4e7f62b 100644 (file)
@@ -44,6 +44,8 @@ enum ReqType {
 
 EXPORT_API const char* ReqTypeToString(ReqType type);
 
+EXPORT_API bool IsDbWriteRequest(ReqType type);
+
 }  // namespace pkgmgr_common
 
 #endif  // COMMON_REQUEST_TYPE_HH_