|
|
@ -72,8 +72,7 @@ void mosquitto_log_printf(int level, const char *fmt, ...);
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
* Function: mosquitto_client_address
|
|
|
|
* Function: mosquitto_client_address
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* Retrieve the username associated with a client, or NULL if the client
|
|
|
|
* Retrieve the IP address of the client as a string.
|
|
|
|
* provided no username.
|
|
|
|
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
const char *mosquitto_client_address(const struct mosquitto *client);
|
|
|
|
const char *mosquitto_client_address(const struct mosquitto *client);
|
|
|
|
|
|
|
|
|
|
|
|