fixes for function prototypes and missing includes (Hartley)

git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@868 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Kolja Waschk 17 years ago
parent ea79dff446
commit 8a53bead30

@ -48,7 +48,7 @@ struct cable_driver_t {
int (*transfer)( cable_t *, int, char *, char * );
int (*set_trst)( cable_t *, int );
int (*get_trst)( cable_t * );
void (*help)( char * );
void (*help)( const char * );
};
struct cable_t {

Loading…
Cancel
Save