From deffe9fae315bc51ff162120b575b5c6e687c1e0 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Thu, 1 Jan 2015 23:21:24 +0000 Subject: [PATCH] audiod.h: Remove stale declaration of clean_exit(). The function was removed last year in commit 751fface. --- audiod.h | 1 - 1 file changed, 1 deletion(-) 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); -- 2.39.2