audiod.h: Remove stale declaration of clean_exit().
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 1 Jan 2015 23:21:24 +0000 (23:21 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 11 Jan 2015 15:11:39 +0000 (16:11 +0100)
The function was removed last year in commit 751fface.

audiod.h

index 484caa23f7e2322f438881b2af97a276adfdba86..99bcf3b71f3d5a61c7a074eda7b4756865beb8c4 100644 (file)
--- a/audiod.h
+++ b/audiod.h
@@ -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);