diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/programmer.h | 2 | ||||
-rw-r--r-- | include/usb_device.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/programmer.h b/include/programmer.h index eaf4a983..d12c1c6c 100644 --- a/include/programmer.h +++ b/include/programmer.h @@ -287,7 +287,7 @@ extern struct decode_sizes max_rom_decode; extern int programmer_may_write; extern unsigned long flashbase; unsigned int count_max_decode_exceedings(const struct flashctx *flash); -char *extract_programmer_param(const char *param_name); +char *extract_programmer_param_str(const char *param_name); /* spi.c */ #define MAX_DATA_UNSPECIFIED 0 diff --git a/include/usb_device.h b/include/usb_device.h index 8b7a8010..282a7552 100644 --- a/include/usb_device.h +++ b/include/usb_device.h @@ -99,7 +99,7 @@ struct usb_match { * Initialize a usb_match structure so that each value's name matches the * values name in the usb_match structure (so bus.name == "bus"...), and * look for each value in the flashrom command line via - * extract_programmer_param. If the value is found convert it to an integer + * extract_programmer_param_str. If the value is found convert it to an integer * using strtol, accepting hex, decimal and octal encoding. */ void usb_match_init(struct usb_match *match); |