Remove using removed vconf key
[platform/core/appfw/pkgmgr-info.git] / parser / pkgmgr_parser_resource_db.h
1 #ifndef __PKGMGR_PARSER_RESOURCE_DB_H_
2 #define __PKGMGR_PARSER_RESOURCE_DB_H_
3
4 #include "pkgmgrinfo_resource.h"
5 #include "pkgmgr_parser.h"
6
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10
11 int pkgmgr_parser_resource_db_save(const char *package, resource_data_t *data);
12 int pkgmgr_parser_resource_db_load(const char *package, resource_data_t **data);
13 int pkgmgr_parser_resource_db_remove(const char *package);
14
15 #ifdef __cplusplus
16 }
17 #endif
18
19 #endif
20