/* SPDX-License-Identifier: GPL-2.0 */ /** \file grab_client.h exported symbols from grab_client.c */ int grab_client_new(int fd, struct lls_parse_result *lpr, struct sched *s); void activate_grab_clients(struct sched *s);