mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-09-25 11:33:51 +08:00
Use signed char as hostname type.
This commit is contained in:
+1
-1
@@ -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. */
|
||||
);
|
||||
|
||||
/*****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user