the paraslash-0.4.9 release tarball
[paraslash.git] / grab_client.h
index 88b954837f93f67e5965c4829e0fcb4d0e9856d0..2465d88bc877652fc1ef15cb4ec95a5543b8f342 100644 (file)
@@ -6,5 +6,5 @@
 
 /** \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, int argc, char **argv, struct sched *s);
+void activate_grab_clients(struct sched *s);