X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=audiod.h;h=6a1e8f6dd1dea59df24ec69a5caba6fc53f89306;hb=fe7442f069ba33983395ed35af643571a11d9614;hp=4c3212228ba5ad75dac7241d10c47ebdb0478652;hpb=290d89f17769d1ad8fe9abb5e432939268f74f1a;p=paraslash.git diff --git a/audiod.h b/audiod.h index 4c321222..6a1e8f6d 100644 --- a/audiod.h +++ b/audiod.h @@ -1,10 +1,10 @@ /* - * Copyright (C) 2006-2011 Andre Noll + * Copyright (C) 2006-2013 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ -/** \file audiod.h symbols exported from audiod.c */ +/** \file audiod.h Symbols exported from audiod.c. */ /** enum of audio formats supported by para_audiod */ @@ -74,6 +74,7 @@ struct btr_node *audiod_get_btr_root(void); void stat_client_write_item(int item_num); void clear_and_dump_items(void); +void close_stat_clients(void); /** iterate over all slots */ #define FOR_EACH_SLOT(_slot) for (_slot = 0; _slot < MAX_STREAM_SLOTS; _slot++)