Remove path replacement function
[platform/core/api/media-content.git] / include / media_util_private.h
index 59dd538..ea7f696 100755 (executable)
 */
 
 
-#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
 extern "C" {
 #endif /* __cplusplus */
 
+#include <stdbool.h>
+
 
 /**
  *@internal
  */
-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__*/