Exemplo n.º 1
0
static void nl_socket_free(struct nl_sock *h)
{
	nl_handle_destroy(h);
}
Exemplo n.º 2
0
static inline void nl_socket_free(struct nl_handle *h)
{
       nl_handle_destroy(h);
}