X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=client.h;h=2f257221510b1cb0b0848eb615d1dfb894f0cc81;hp=e304f0923693b5913a5224c4be8327a0fa6795f1;hb=c257c9c321c6e9494dbcbb6da0af675c3a2aa8e4;hpb=d1c8428d048631addb89bbb6bd17ade6398dbb89 diff --git a/client.h b/client.h index e304f092..2f257221 100644 --- a/client.h +++ b/client.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2014 Andre Noll + * Copyright (C) 1997 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -47,7 +47,7 @@ struct client_task { /** Paraslash user name. */ char *user; /** The client task structure. */ - struct task task; + struct task *task; /** List of features supported by the server. */ char **features; };