untested fix for --list-devices (no device at hand to test right now..)

This commit is contained in:
Manuel Domke
2018-07-26 09:20:35 +02:00
parent 773cf01575
commit e380194881
3 changed files with 15 additions and 16 deletions

View File

@@ -31,7 +31,7 @@ struct infnoise_devlist_node {
typedef struct infnoise_devlist_node* devlist_node;
devlist_node* listUSBDevices(char** message);
devlist_node listUSBDevices(char** message);
bool initInfnoise(struct infnoise_context *context, char *serial, bool keccak, bool debug);