X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include_product%2Fmedia_util_private.h;h=ea7f6969681232bd2b1a0ba04900b1c442275722;hb=91d04a3ff55b3f24d25ba989b12e2cc67639fb64;hp=e53f6cfa7f9030d4dcd66c2121f8bfe13816f0d2;hpb=63364b6a5a1f099f5e636ef51998591dd8b51480;p=platform%2Fcore%2Fapi%2Fmedia-content.git diff --git a/include_product/media_util_private.h b/include_product/media_util_private.h old mode 100755 new mode 100644 index e53f6cf..ea7f696 --- a/include_product/media_util_private.h +++ b/include_product/media_util_private.h @@ -15,8 +15,8 @@ */ -#ifndef __TIZEN_MEDIA_UTIL_PRIVATE_H__ -#define __TIZEN_MEDIA_UTIL_PRIVATE_H__ +#ifndef __TIZEN_CONTENT_MEDIA_UTIL_PRIVATE_H__ +#define __TIZEN_CONTENT_MEDIA_UTIL_PRIVATE_H__ #ifdef __cplusplus @@ -24,22 +24,19 @@ extern "C" { #endif /* __cplusplus */ #include -#include + /** *@internal */ - +bool _media_util_check_support_media_type(const char *path); int _media_util_check_file_exist(const char *path); -int _media_util_check_ignore_file(const char *path, bool *ignore); -int _media_util_check_ignore_dir(const char *dir_path, bool *ignore); -int _media_content_replace_path(const char *path, char *replace_path); - -#ifdef _USE_SENIOR_MODE -bool _media_content_is_support_senior_mode(); -#endif +int _media_util_get_file_time(const char *path); +bool _media_util_is_ignorable_file(const char *path); +bool _media_util_is_ignorable_dir(const char *dir_path); +int _media_content_check_dir(const char *path); #ifdef __cplusplus } #endif /* __cplusplus */ -#endif /*__TIZEN_MEDIA_UTIL_PRIVATE_H__*/ +#endif /*__TIZEN_CONTENT_MEDIA_UTIL_PRIVATE_H__*/