xref: /haiku/src/kits/app/link_message.h (revision c493c217453a266e9643269d6832f8eb4bcc7c8d)
1 #ifndef _LINK_MESSAGE_H_
2 #define _LINK_MESSAGE_H_
3 
4 
5 #include <SupportDefs.h>
6 
7 
8 struct message_header {
9 	int32	size;
10 	uint32	code;
11 	uint32	flags;
12 };
13 
14 #endif	/* _LINK_MESSAGE_H_ */
15