vss: Add documentation of MAP_POPULATE.
[paraslash.git] / grab_client.h
1 /* Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
2
3 /** \file grab_client.h exported symbols from grab_client.c */
4
5 int grab_client_new(int fd, struct lls_parse_result *lpr, struct sched *s);
6 void activate_grab_clients(struct sched *s);