X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=grab_client.h;h=7a752cee96052fcc7516f9e4e58a1abe252e3e9b;hp=88b954837f93f67e5965c4829e0fcb4d0e9856d0;hb=53d5ac455d0616a5ee8867c986631ed34c177a42;hpb=7584638594109184f329bead008f1dcdd9030767 diff --git a/grab_client.h b/grab_client.h index 88b95483..7a752cee 100644 --- a/grab_client.h +++ b/grab_client.h @@ -1,10 +1,10 @@ /* - * Copyright (C) 2006-2011 Andre Noll + * Copyright (C) 2006 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); -void activate_grab_clients(void); +int grab_client_new(int fd, int argc, char **argv, struct sched *s); +void activate_grab_clients(struct sched *s);