mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-16 18:44:17 +00:00
avrftdi_private.h: Update forward declaration
avrftdi_print() is now avrftdi_log git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1157 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -71,7 +71,7 @@ typedef struct avrftdi_s {
|
||||
int (*set_pin)(PROGRAMMER *, int, int);
|
||||
} avrftdi_t;
|
||||
|
||||
void avrftdi_print(int level, const char * fmt, ...);
|
||||
void avrftdi_log(int level, const char * func, int line, const char * fmt, ...);
|
||||
|
||||
#else /* HAVE_LIBFTDI1 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user