X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=src%2Fftdi.h;h=0603335411c8b0d911fdc1f990a39d7d071b566f;hp=7addeb94a77edec6d56f11fd70b7dab982bb5346;hb=1050ad206d3ff01e5b5bac08a44b25ed0d9b5488;hpb=ae3d154b7641b120f537c6d86871371c9d75c9e9 diff --git a/src/ftdi.h b/src/ftdi.h index 7addeb9..0603335 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 ***************************************************************************/ @@ -609,8 +609,8 @@ extern "C" /* init eeprom for the given FTDI type */ int ftdi_eeprom_initdefaults(struct ftdi_context *ftdi, - char * manufacturer, char *product, - char * serial); + const char * manufacturer, const char *product, + const char * serial); int ftdi_eeprom_build(struct ftdi_context *ftdi); int ftdi_eeprom_decode(struct ftdi_context *ftdi, int verbose);