X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=client.h;h=0a0c55cba0077cecaeb665b86542dc5a038e7d7d;hp=e304f0923693b5913a5224c4be8327a0fa6795f1;hb=8aa9d0cddfefb882cfd8e7cadbeea5cce31b731f;hpb=bfdd36f2879b8dee1f6d3330bc49fbb5644d3caf diff --git a/client.h b/client.h index e304f092..0a0c55cb 100644 --- a/client.h +++ b/client.h @@ -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; };