xref: /haiku/src/servers/app/ProfileMessageSupport.h (revision f75a7bf508f3156d63a14f8fd77c5e0ca4d08c42)
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