X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=src%2Fftdi.h;h=fb4500869c4d85868e91029c0b3ca80bf86a3bc9;hp=8fcf7198dd1bdedf337556f97bd3386cf0f43f47;hb=928bc100257e5d2bc18a35ede7597da1e9b92ee1;hpb=5b110dec90393f6951624fe9a9e58c9ae9e43127 diff --git a/src/ftdi.h b/src/ftdi.h index 8fcf719..fb45008 100644 --- a/src/ftdi.h +++ b/src/ftdi.h @@ -2,7 +2,7 @@ ftdi.h - description ------------------- begin : Fri Apr 4 2003 - copyright : (C) 2003-2017 by Intra2net AG and the libftdi developers + copyright : (C) 2003-2020 by Intra2net AG and the libftdi developers email : opensource@intra2net.com SPDX-License-Identifier: LGPL-2.1-only ***************************************************************************/ @@ -544,8 +544,8 @@ extern "C" char *manufacturer, int mnf_len, char *product, int prod_len, char *serial, int serial_len); - int ftdi_eeprom_set_strings(struct ftdi_context *ftdi, char * manufacturer, - char * product, char * serial); + int ftdi_eeprom_set_strings(struct ftdi_context *ftdi, const char * manufacturer, + const char * product, const char * serial); int ftdi_usb_open(struct ftdi_context *ftdi, int vendor, int product); int ftdi_usb_open_desc(struct ftdi_context *ftdi, int vendor, int product,