X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=grab_client.h;h=91adf2eaaadf67870cdee678019de7701f0f9850;hp=75ba4c9183c58ab40ef910650136f2ebc38bad47;hb=bd10c0f46e0b7eadfb8c6d5cd45581cec253d775;hpb=9609fd30e0d3db45ede3ab5c6bc3a77c15b6aef8 diff --git a/grab_client.h b/grab_client.h index 75ba4c91..91adf2ea 100644 --- a/grab_client.h +++ b/grab_client.h @@ -1,10 +1,10 @@ /* - * Copyright (C) 2006 Andre Noll + * Copyright (C) 2006-2014 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);