2 * Copyright 2010 Haiku Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
6 * Jonas Sundström, jonas@kirilla.com
8 #ifndef _MESSAGE_STATUS_H
9 #define _MESSAGE_STATUS_H
12 #include <SupportDefs.h>
29 void SetStatus(messageStatus status
);
30 messageStatus
Status();
43 messageStatus fStatus
;
47 #endif // _MESSAGE_STATUS_H