X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=client.h;h=e304f0923693b5913a5224c4be8327a0fa6795f1;hp=6e438f7ed15179da1817aea1c738712e229d7223;hb=9775f534cc971999cec266cb0ea526e254559d87;hpb=282a5e463090205ef8a12f50a9ecf6498b860e88 diff --git a/client.h b/client.h index 6e438f7e..e304f092 100644 --- a/client.h +++ b/client.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2013 Andre Noll + * Copyright (C) 1997-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -52,7 +52,6 @@ struct client_task { char **features; }; -void client_disconnect(struct client_task *ct); void client_close(struct client_task *ct); int client_parse_config(int argc, char *argv[], struct client_task **ct_ptr, int *loglevel);