]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - audiod.h
audiod: Allow to specify usernames in --user-allow.
[paraslash.git] / audiod.h
index c86b6659485b5cb51900d6c91e571f82bc8ae1a0..21e34e65fc2346d441957f8fbb48bbdc198a0800 100644 (file)
--- a/audiod.h
+++ b/audiod.h
@@ -66,7 +66,7 @@ extern struct slot_info slot[MAX_STREAM_SLOTS];
 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(int slot_num);
 struct btr_node *audiod_get_btr_root(void);