Use signed char as hostname type.

This commit is contained in:
Florian Pose
2024-05-15 13:41:26 +02:00
parent ac57cfce24
commit a1552bdf61
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1957,7 +1957,7 @@ EC_PUBLIC_API int ecrt_slave_config_eoe_dns_address(
*/
EC_PUBLIC_API int ecrt_slave_config_eoe_hostname(
ec_slave_config_t *sc, /**< Slave configuration. */
const unsigned char *name /**< Zero-terminated hostname. */
const char *name /**< Zero-terminated hostname. */
);
/*****************************************************************************