Fixed the build error using gcc 13
[platform/core/system/libstorage.git] / include / common.h
index f208338..5c5a8ac 100644 (file)
@@ -84,6 +84,10 @@ int storage_get_external_memory_size64_with_path(char *path, struct statvfs *buf
 
 #define COMPAT_DIR "/opt/usr/media"
 int is_compat_bind_mount(void);
+int storage_ext_is_supported(void);
+int mount_check(const char *path);
+
+#define USER_UID_START         5000
 
 #ifdef __cplusplus
 }