aboutsummaryrefslogtreecommitdiff
path: root/src/survive_internal.h
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2016-12-19 01:06:12 -0500
committercnlohr <lohr85@gmail.com>2016-12-19 01:06:12 -0500
commit0d6e2a3d208a3e12f2ff450d2b898616ed158894 (patch)
treeddcd24496675a13f37d219f948511ca29b637e3c /src/survive_internal.h
parent1bc9a30ef7235c89b7eaa2fdf013314a91099a3f (diff)
downloadlibsurvive-0d6e2a3d208a3e12f2ff450d2b898616ed158894.tar.gz
libsurvive-0d6e2a3d208a3e12f2ff450d2b898616ed158894.tar.bz2
Closes #7 - retry the control out message
Diffstat (limited to 'src/survive_internal.h')
-rw-r--r--src/survive_internal.h2
1 files changed, 1 insertions, 1 deletions
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 );