X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=server.h;h=e24dd834faecb4c5c7b8b1fe2567260875a66b15;hp=a814aff07d0285aa666872b5158ea3f278b41faf;hb=95255fc8827336e4f2456262b706bb448bdec59f;hpb=fcb24360b1b14c9fe0e510282cf85f4e112eaf23 diff --git a/server.h b/server.h index a814aff0..e24dd834 100644 --- a/server.h +++ b/server.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2009 Andre Noll + * Copyright (C) 1997-2014 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);