xref: /haiku/src/servers/app/ProfileMessageSupport.h (revision 778611c7e6a61b8ba072212756ce53eda826360a)
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 void string_for_message_code(uint32 code, BString& string);
16 
17 
18 #endif // PROFILE_MESSAGE_SUPPORT_H
19