From 0d6e2a3d208a3e12f2ff450d2b898616ed158894 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Mon, 19 Dec 2016 01:06:12 -0500 Subject: Closes #7 - retry the control out message --- src/survive_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/survive_internal.h') diff --git a/src/survive_internal.h b/src/survive_internal.h index 92a2001..446f3c0 100644 --- a/src/survive_internal.h +++ b/src/survive_internal.h @@ -85,7 +85,7 @@ struct SurviveContext void survive_usb_close( struct SurviveContext * t ); int survive_usb_init( struct SurviveContext * t ); int survive_usb_poll( struct SurviveContext * ctx ); -int survive_get_config( char ** config, struct SurviveContext * ctx, int devno, int interface ); +int survive_get_config( char ** config, struct SurviveContext * ctx, int devno, int interface, int send_extra_magic ); //Accept Data from backend. void survive_data_cb( struct SurviveUSBInterface * si ); -- cgit v1.2.3