Convert audiod commands to lopsub.
[paraslash.git] / grab_client.h
index 88b954837f93f67e5965c4829e0fcb4d0e9856d0..3f3a0c036206de61e55cf2ca6c7f4dda23b839eb 100644 (file)
@@ -1,10 +1,10 @@
 /*
- * Copyright (C) 2006-2011 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
 
 /** \file grab_client.h exported symbols from grab_client.c */
 
-int grab_client_new(int fd, int argc, char **argv);
-void activate_grab_clients(void);
+int grab_client_new(int fd, struct lls_parse_result *lpr, struct sched *s);
+void activate_grab_clients(struct sched *s);