X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=audiod.h;h=99bcf3b71f3d5a61c7a074eda7b4756865beb8c4;hp=aa98001c3d34906775ce6cf7c135dfb22c060ac1;hb=8b7f38b319ffcf0bec4709f2f1537be6aacb9901;hpb=027f2c1237051d2d569d6be7f381c886f659bac3 diff --git a/audiod.h b/audiod.h index aa98001c..99bcf3b7 100644 --- a/audiod.h +++ b/audiod.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2014 Andre Noll + * Copyright (C) 2006-2014 Andre Noll * * 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);