X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=grab_client.h;h=9bc01864a7a49354a7f3c436ec3487c2de2a0637;hp=91adf2eaaadf67870cdee678019de7701f0f9850;hb=bab99bab677988723afe14a7d680e6d5cc7ddda4;hpb=a731a7c6e78fb137268b42062d9fb08b4e49a2c8 diff --git a/grab_client.h b/grab_client.h index 91adf2ea..9bc01864 100644 --- a/grab_client.h +++ b/grab_client.h @@ -1,10 +1,6 @@ -/* - * Copyright (C) 2006-2014 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 2006 Andre Noll , see file COPYING. */ /** \file grab_client.h exported symbols from grab_client.c */ -int grab_client_new(int fd, int argc, char **argv, struct sched *s); +int grab_client_new(int fd, struct lls_parse_result *lpr, struct sched *s); void activate_grab_clients(struct sched *s);