Remove path replacement function
[platform/core/api/media-content.git] / include / media_util_private.h
index 452b4f8..ea7f696 100755 (executable)
@@ -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
@@ -25,16 +25,18 @@ extern "C" {
 
 #include <stdbool.h>
 
+
 /**
  *@internal
  */
-
-int _media_util_check_file(const char *path);
-int _media_util_check_ignore_dir(const char *dir_path, bool *ignore);
-int _media_util_get_store_type_by_path(const char *path, int *storage_type);
-
+bool _media_util_check_support_media_type(const char *path);
+int _media_util_check_file_exist(const char *path);
+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__*/