/* * Copyright 2007, Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: * Stephan Aßmus */ #ifndef PROFILE_MESSAGE_SUPPORT_H #define PROFILE_MESSAGE_SUPPORT_H #include void string_for_message_code(uint32 code, BString& string); #endif // PROFILE_MESSAGE_SUPPORT_H