X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=grab_client.h;h=3f3a0c036206de61e55cf2ca6c7f4dda23b839eb;hp=75ba4c9183c58ab40ef910650136f2ebc38bad47;hb=6ba4caacaeb4ac2d8e5fc15699bf89f496d59901;hpb=9b565c60fd159e12d255bb18db9dbff066deebea diff --git a/grab_client.h b/grab_client.h index 75ba4c91..3f3a0c03 100644 --- a/grab_client.h +++ b/grab_client.h @@ -1,10 +1,10 @@ /* - * Copyright (C) 2006 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, struct lls_parse_result *lpr, struct sched *s); +void activate_grab_clients(struct sched *s);