X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=audiod.h;h=dedb038fbf772848330b024b93efabce58c1c9d3;hb=cdbc8067a2e27ee7f9e0d8ff11cf415603fc0558;hp=295a02bc44ddb339932539d276f570f3ad785b10;hpb=1f12ea375358a0b30689e01efe82796ea4fcb14f;p=paraslash.git diff --git a/audiod.h b/audiod.h index 295a02bc..dedb038f 100644 --- a/audiod.h +++ b/audiod.h @@ -1,8 +1,4 @@ -/* - * Copyright (C) 2006 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 2006 Andre Noll , see file COPYING. */ /** \file audiod.h Symbols exported from audiod.c. */ @@ -25,5 +21,5 @@ bool uid_is_whitelisted(uid_t uid); /* defined in audiod_command.c */ void audiod_status_dump(bool force); void close_stat_clients(void); -int handle_connect(int accept_fd, fd_set *rfds); +int dispatch_local_connection(int accept_fd); void stat_client_write_item(int item_num);