]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - audiod.h
audiod: Reorder exit log messages a bit.
[paraslash.git] / audiod.h
index 5b1192cf1785a0ddcbf521d72c7ce5f9c7177687..6a1e8f6dd1dea59df24ec69a5caba6fc53f89306 100644 (file)
--- a/audiod.h
+++ b/audiod.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2012 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2006-2013 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -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++)