https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: e8909486756fafd9e2038683caff66ee981635df authored by alex@thinkpad on 16 August 2018, 13:38:21 UTC
Merged unified into dm-spy-experiments
Tip revision: e890948
dcraw-bridge.h
#ifndef __DCRAW_BRIDGE_H
#define __DCRAW_BRIDGE_H

int get_raw_info(const char * model, struct raw_info* orig);

#endif
back to top