/* * Copyright 2007, Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: * Stephan Aßmus <superstippi@gmx.de> */ #ifndef PROFILE_MESSAGE_SUPPORT_H #define PROFILE_MESSAGE_SUPPORT_H #include <String.h> const char* string_for_message_code(uint32 code); #endif // PROFILE_MESSAGE_SUPPORT_H