X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=audiod.h;h=484caa23f7e2322f438881b2af97a276adfdba86;hp=6a1e8f6dd1dea59df24ec69a5caba6fc53f89306;hb=bc15c3ff65eb00e04ebc303cfa9ee3d1a4675b35;hpb=32a078f2f75bcd26cccd17418c901c3b2c85b1cc diff --git a/audiod.h b/audiod.h index 6a1e8f6d..484caa23 100644 --- a/audiod.h +++ b/audiod.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2013 Andre Noll + * Copyright (C) 2006-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -68,7 +68,7 @@ extern int audiod_status; void __noreturn clean_exit(int status, const char *msg); int handle_connect(int accept_fd, fd_set *rfds); -void audiod_status_dump(void); +void audiod_status_dump(bool force); char *get_time_string(int slot_num); struct btr_node *audiod_get_btr_root(void);