X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=server.h;h=287614c8d884703fbfe30b1dd7edadde1f9e10bc;hb=780f2f681bccf82024bdb6da2e2cccaa0e084663;hp=a814aff07d0285aa666872b5158ea3f278b41faf;hpb=7205bdd68b0ad3c50bbe7b5e01eb62be97aab5c8;p=paraslash.git diff --git a/server.h b/server.h index a814aff0..287614c8 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. */ @@ -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);