X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=server.h;h=a89e005a10b3027be020dc3689b410131e71ff49;hp=a814aff07d0285aa666872b5158ea3f278b41faf;hb=720908589d8c03c96c33f3033c0817c599a7c8b0;hpb=b9c2428555a2a6edb038234a33e5072dc8c5ba7a diff --git a/server.h b/server.h index a814aff0..a89e005a 100644 --- a/server.h +++ b/server.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2009 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);