]> git.tuebingen.mpg.de Git - paraslash.git/blob - grab_client.h
spxdec: Use read_u16() from portable_io.h.
[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);