diff options
Diffstat (limited to 'examples/samples.h')
-rw-r--r-- | examples/samples.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/samples.h b/examples/samples.h index 69307e525..9132c6cb3 100644 --- a/examples/samples.h +++ b/examples/samples.h @@ -10,6 +10,7 @@ extern int get_config_value_string (Camera *, const char *, char **, GPContext * extern int set_config_value_string (Camera *, const char *, const char *, GPContext *); int canon_enable_capture (Camera *camera, int onoff, GPContext *context); -extern int camera_auto_focus (Camera *list, GPContext *context); +extern int camera_auto_focus (Camera *list, GPContext *context, int onoff); +extern int camera_eosviewfinder (Camera *list, GPContext *context, int onoff); extern int camera_manual_focus (Camera *list, int tgt, GPContext *context); #endif |