Kill afhi->header_offset.
[paraslash.git] / audiod_command.c
index f9349a1d3068921e67012cab3a9680c601736a02..eed9fc154c7191513c3e315a65fe552641823b1b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2010 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2005-2011 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -424,6 +424,7 @@ static int check_perms(uid_t uid)
  * Handle arriving connections on the local socket.
  *
  * \param accept_fd The fd to accept connections on.
+ * \param rfds If \a accept_fd is not set in \a rfds, do nothing.
  *
  * This is called in each iteration of the select loop. If there is an incoming
  * connection on \a accept_fd, this function reads the command sent by the peer,