X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=server.h;h=a89e005a10b3027be020dc3689b410131e71ff49;hp=3b2f381c9512e7c4455f5887f0bda56b53d21cec;hb=a320e1b5f7aa8af11dbc82f40525e40bc18454c9;hpb=a365b8263a0d7a1673699bdf454677c95b38eb95 diff --git a/server.h b/server.h index 3b2f381c..a89e005a 100644 --- a/server.h +++ b/server.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2011 Andre Noll + * Copyright (C) 1997 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -98,3 +98,4 @@ extern struct server_args_info conf; __noreturn void handle_connect(int fd, const char *peername); void parse_config_or_die(int override); +char *server_get_tasks(void);