X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=grab_client.h;h=3f3a0c036206de61e55cf2ca6c7f4dda23b839eb;hp=7a752cee96052fcc7516f9e4e58a1abe252e3e9b;hb=534a94f441767947874cb15d18211edf758e9277;hpb=e9b00a14a4653d767a9d0fe885aa0b6d56c42180 diff --git a/grab_client.h b/grab_client.h index 7a752cee..3f3a0c03 100644 --- a/grab_client.h +++ b/grab_client.h @@ -6,5 +6,5 @@ /** \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);