X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=audiod.h;h=3b4b9bd0416720e5e7d9455df23221cb049a2fc8;hp=94288eec702dd016dbebcaa2f5bf68a882aab1e7;hb=95fa2283a02218120c784834cca98dc9fb1982b9;hpb=0d37443245a99388afa85e6198bde567504dd16d diff --git a/audiod.h b/audiod.h index 94288eec..3b4b9bd0 100644 --- a/audiod.h +++ b/audiod.h @@ -40,7 +40,7 @@ __malloc char *audiod_get_decoder_flags(void); extern struct audiod_args_info conf; extern int audiod_status; -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(void); struct btr_node *audiod_get_btr_root(void);