1/*
2 * Copyright 2007, Haiku, Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
4 *
5 * Authors:
6 *		Stephan A��mus <superstippi@gmx.de>
7 */
8#ifndef PROFILE_MESSAGE_SUPPORT_H
9#define PROFILE_MESSAGE_SUPPORT_H
10
11
12#include <String.h>
13
14
15const char* string_for_message_code(uint32 code);
16
17
18#endif // PROFILE_MESSAGE_SUPPORT_H
19