X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Finclude%2Fcommon%2Fmedia-svc-storage.h;h=dd8cf7edaa8618bfde7a711c4465ca8534891b24;hb=a2704ea41ef57d03e83fca75563ce9ecb3079398;hp=48f47a2256da6fc8764e179cca16ef4aabd7657f;hpb=57c856a3af34b9a79e769af5bfed622c34369532;p=platform%2Fcore%2Fmultimedia%2Flibmedia-service.git diff --git a/src/include/common/media-svc-storage.h b/src/include/common/media-svc-storage.h index 48f47a2..dd8cf7e 100755 --- a/src/include/common/media-svc-storage.h +++ b/src/include/common/media-svc-storage.h @@ -3,8 +3,6 @@ * * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. * - * Contact: Hyunjun Ko , Haejeong Kim - * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -24,12 +22,11 @@ #include -int _media_svc_check_storage(sqlite3 *handle, const char *storage_id, char **storage_path, int *validity, uid_t uid); -int _media_svc_append_storage(const char *storage_id, const char *storage_path, ms_user_storage_type_e storage_type, uid_t uid); +int _media_svc_check_storage(sqlite3 *handle, const char *storage_id, char **storage_path, int *validity); +int _media_svc_append_storage(const char *storage_id, const char *storage_path, uid_t uid); int _media_svc_update_storage_path(sqlite3 *handle, const char *storage_id, const char *path, uid_t uid); int _media_svc_delete_invalid_storage(sqlite3 *handle, uid_t uid); int _media_svc_update_storage_validity(const char *storage_id, int validity, uid_t uid); int _media_svc_get_storage_uuid(sqlite3 *handle, const char *path, char *storage_id, uid_t uid); -int _media_svc_get_storage_path(sqlite3 *handle, GPtrArray **storage_path); #endif /*_MEDIA_SVC_STORAGE_H_*/