build: Separate CPPFLAGS and CFLAGS.
[paraslash.git] / grab_client.h
1 /*
2  * Copyright (C) 2006-2014 Andre Noll <maan@tuebingen.mpg.de>
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, struct sched *s);
10 void activate_grab_clients(struct sched *s);