/* * Copyright (C) 2006-2013 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ /** \file grab_client.h exported symbols from grab_client.c */ int grab_client_new(int fd, int argc, char **argv, struct sched *s); void activate_grab_clients(struct sched *s);