Avoid warning about sys/sysctl.h on glibc-2.30.
[paraslash.git] / grab_client.h
index 308cd0a02ff2da76a7334b04b4228c0522f32801..9bc01864a7a49354a7f3c436ec3487c2de2a0637 100644 (file)
@@ -1,10 +1,6 @@
-/*
- * Copyright (C) 2006-2012 Andre Noll <maan@systemlinux.org>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file grab_client.h exported symbols from grab_client.c */
 
-int grab_client_new(int fd, int argc, char **argv, struct sched *s);
+int grab_client_new(int fd, struct lls_parse_result *lpr, struct sched *s);
 void activate_grab_clients(struct sched *s);