2 * Copyright 2010, Haiku, Inc.
3 * Distributed under the terms of the MIT License.
5 #ifndef _BINARY_COMPATIBILITY_SUPPORT_H_
6 #define _BINARY_COMPATIBILITY_SUPPORT_H_
9 #include <binary_compatibility/Global.h>
12 struct perform_data_all_unarchived
{
13 const BMessage
* archive
;
14 status_t return_value
;
18 struct perform_data_all_archived
{
20 status_t return_value
;
23 #endif /* _BINARY_COMPATIBILITY_SUPPORT_H_ */