btrfs: [] on the end of a struct field is a variable length array.
[haiku.git] / headers / private / binary_compatibility / Support.h
blobf33f39be606c35b56811d68f29659e1ae5c02ea2
1 /*
2 * Copyright 2010, Haiku, Inc.
3 * Distributed under the terms of the MIT License.
4 */
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 {
19 BMessage* archive;
20 status_t return_value;
23 #endif /* _BINARY_COMPATIBILITY_SUPPORT_H_ */