audiod.h: Remove stale declaration of clean_exit().
[paraslash.git] / audiod.h
index 5485b4243d56399b804cb368048b0f715a05ed66..99bcf3b71f3d5a61c7a074eda7b4756865beb8c4 100644 (file)
--- a/audiod.h
+++ b/audiod.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2013 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2006-2014 Andre Noll <maan@tuebingen.mpg.de>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -66,7 +66,6 @@ extern struct slot_info slot[MAX_STREAM_SLOTS];
 extern struct audiod_args_info conf;
 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(bool force);
 char *get_time_string(int slot_num);