X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=server.h;h=287614c8d884703fbfe30b1dd7edadde1f9e10bc;hb=780f2f681bccf82024bdb6da2e2cccaa0e084663;hp=64f0cc75972b9ec17ff9693fe0664d24c9ec4a42;hpb=027f2c1237051d2d569d6be7f381c886f659bac3;p=paraslash.git diff --git a/server.h b/server.h index 64f0cc75..287614c8 100644 --- a/server.h +++ b/server.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2014 Andre Noll + * Copyright (C) 1997 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -52,8 +52,6 @@ struct sender_command_data{ struct misc_meta_data { /** The size of the current audio file in bytes. */ size_t size; - /** The last modification time of the current audio file. */ - time_t mtime; /** The "old" status flags -- commands may only read them. */ unsigned int vss_status_flags; /** The new status flags -- commands may set them. */ @@ -98,3 +96,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);