X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=audiod.h;h=21e34e65fc2346d441957f8fbb48bbdc198a0800;hb=cb193b91d68778125739fe129d49f3c5f4abf999;hp=aa98001c3d34906775ce6cf7c135dfb22c060ac1;hpb=0879c9de4eaf8c78131c243d8e9fec013df0d14a;p=paraslash.git diff --git a/audiod.h b/audiod.h index aa98001c..21e34e65 100644 --- a/audiod.h +++ b/audiod.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2014 Andre Noll + * Copyright (C) 2006 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -66,8 +66,7 @@ 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); +int handle_connect(int accept_fd, fd_set *rfds, uid_t *uid_whitelist); void audiod_status_dump(bool force); char *get_time_string(int slot_num); struct btr_node *audiod_get_btr_root(void);