2 * Copyright 2007, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3 * Distributed under the terms of the MIT License.
10 #include <TypeConstants.h>
21 status_t
convert_exif_to_message(BPositionIO
& source
, BMessage
& target
);
22 status_t
convert_exif_to_message_etc(BPositionIO
& source
, BMessage
& target
,
23 const convert_tag
* tags
, size_t tagCount
);
25 #endif // EXIF_PARSER_H