X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=server.h;h=287614c8d884703fbfe30b1dd7edadde1f9e10bc;hb=780f2f681bccf82024bdb6da2e2cccaa0e084663;hp=43ba841d28681fc06b92c06d7ccfce95a3a6423f;hpb=e90440367f744a7723b201a95888e66f070ffa92;p=paraslash.git diff --git a/server.h b/server.h index 43ba841d..287614c8 100644 --- a/server.h +++ b/server.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2010 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);