/* * 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 const char* string_for_message_code(uint32 code); #endif // PROFILE_MESSAGE_SUPPORT_H