Synchronize parameter names in definition and declaration
Fixes #10244.
This commit is contained in:
parent
b1ecaaa22b
commit
00f6c85928
134 changed files with 974 additions and 974 deletions
|
|
@ -75,7 +75,7 @@ public:
|
|||
void set_ipv4(const uint8_t *p_ip);
|
||||
|
||||
const uint8_t *get_ipv6() const;
|
||||
void set_ipv6(const uint8_t *buf);
|
||||
void set_ipv6(const uint8_t *p_buf);
|
||||
|
||||
operator String() const;
|
||||
IP_Address(const String &p_string);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue