From ae17e5046d20aabb5a019905b528f462ecb7d64e Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sat, 8 Feb 2003 00:38:15 +0000 Subject: [PATCH] Added a C++ version of get_device_icon() using a BBitmap. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2656 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/storage/Mime.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/headers/os/storage/Mime.h b/headers/os/storage/Mime.h index 5eaf3d5ee8..314e95d7bb 100644 --- a/headers/os/storage/Mime.h +++ b/headers/os/storage/Mime.h @@ -41,6 +41,15 @@ enum icon_size { } #endif +// OpenBeOS only! +#ifdef __cplusplus + +class BBitmap; + +status_t get_device_icon(const char *dev, BBitmap *icon, icon_size which); + +#endif + // include the C++ API #ifdef __cplusplus #include