]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - audiod.h
audiod: Move get_play_time_slot_num() to audiod.c.
[paraslash.git] / audiod.h
index 99bcf3b71f3d5a61c7a074eda7b4756865beb8c4..7fc9eb14aa25ba5df6bf35347a452148922fd02a 100644 (file)
--- a/audiod.h
+++ b/audiod.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2014 Andre Noll <maan@tuebingen.mpg.de>
+ * Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -68,7 +68,7 @@ extern int audiod_status;
 
 int handle_connect(int accept_fd, fd_set *rfds);
 void audiod_status_dump(bool force);
-char *get_time_string(int slot_num);
+char *get_time_string(void);
 struct btr_node *audiod_get_btr_root(void);
 
 void stat_client_write_item(int item_num);