xref: /haiku/src/servers/app/ProfileMessageSupport.h (revision 1773f0767ed809a3c64ccc0c1037f3c8a1d5de33)
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 
15 const char* string_for_message_code(uint32 code);
16 
17 
18 #endif // PROFILE_MESSAGE_SUPPORT_H
19