summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinje Ahn <minje.ahn@samsung.com>2019-01-16 17:39:52 +0900
committerMinje Ahn <minje.ahn@samsung.com>2019-01-16 17:39:52 +0900
commit8def973816a23ff7971291a1d7acf4c798c3dda8 (patch)
treec780e40e6079909b113edaf65c5458e1859a1ff7
parent2b2e6a2c0554091d40050445269b3dbdd0ff845d (diff)
downloadlibmedia-service-8def973816a23ff7971291a1d7acf4c798c3dda8.tar.gz
libmedia-service-8def973816a23ff7971291a1d7acf4c798c3dda8.tar.bz2
libmedia-service-8def973816a23ff7971291a1d7acf4c798c3dda8.zip
Change-Id: I812692716dc26796274b2c2b059fc33a9b8d0fd6 Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
-rwxr-xr-xplugin/media-content-plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/media-content-plugin.c b/plugin/media-content-plugin.c
index 05175e0..22a768e 100755
--- a/plugin/media-content-plugin.c
+++ b/plugin/media-content-plugin.c
@@ -202,7 +202,7 @@ int insert_item_scan(sqlite3 *handle, const char *storage_id, const char *file_p
return MS_MEDIA_ERR_NONE;
}
-int get_extract_list(sqlite3* handle, const char* storage_id, int storage_type, int scan_type, const char* path, uid_t uid, void* array)
+int get_extract_list(sqlite3* handle, const char* storage_id, int storage_type, int scan_type, const char* path, int burst, uid_t uid, void* array)
{
/* For scanner V2 */
return MS_MEDIA_ERR_NONE;