audiod.h: Remove unused slot_info->fc.
[paraslash.git] / grab_client.h
1 /*
2  * Copyright (C) 2006 Andre Noll <maan@systemlinux.org>
3  *
4  * Licensed under the GPL v2. For licencing details see COPYING.
5  */
6
7 /** \file grab_client.h exported symbols from grab_client.c */
8
9 int grab_client_new(int fd, int argc, char **argv);
10 void activate_grab_clients(void);