Commit 371c82b2 authored by Jonathan Neuschäfer's avatar Jonathan Neuschäfer Committed by Max Kellermann

utils: mark sockaddr_to_string() as G_GNUC_MALLOC

parent 81768801
......@@ -42,6 +42,7 @@ resolver_quark(void)
* @param error location to store the error occurring, or NULL to
* ignore errors
*/
G_GNUC_MALLOC
char *
sockaddr_to_string(const struct sockaddr *sa, size_t length, GError **error);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment