https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 7a5246384c2b8035f496d0f264c701e53e8731aa authored by a1ex on 19 June 2016, 18:13:26 UTC
Close branch cr2hdr_ports.
Tip revision: 7a52463
dcraw-bridge.h
#ifndef __DCRAW_BRIDGE_H
#define __DCRAW_BRIDGE_H

int get_raw_info(unsigned model, struct raw_info* orig);

#endif
back to top