From: Andre Noll Date: Thu, 1 Jan 2015 23:21:24 +0000 (+0000) Subject: audiod.h: Remove stale declaration of clean_exit(). X-Git-Tag: v0.5.4~32 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=deffe9fae315bc51ff162120b575b5c6e687c1e0;ds=sidebyside audiod.h: Remove stale declaration of clean_exit(). The function was removed last year in commit 751fface. --- diff --git a/audiod.h b/audiod.h index 484caa23..99bcf3b7 100644 --- 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);