X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=grab_client.h;h=2832f09361a702de79bff240ae336a80d3e078f1;hp=5b1fa74b436654b442bd5b613cdd4b8ab721042b;hb=becb57ea3aec697bfe953a0c3608e4c255b6d24b;hpb=a041c8f444140dca47109371c4ede6b32b33be60 diff --git a/grab_client.h b/grab_client.h index 5b1fa74b..2832f093 100644 --- a/grab_client.h +++ b/grab_client.h @@ -1,19 +1,7 @@ /* * Copyright (C) 2006 Andre Noll * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. + * Licensed under the GPL v2. For licencing details see COPYING. */ /** \file grab_client.h exported symbols from grab_client.c */ @@ -55,6 +43,7 @@ struct grab_client { }; __malloc struct grab_client *grab_client_new(int fd, char *line, int *err); -void activate_inactive_grab_clients(int slot, int audio_format_num, struct list_head *filter_list); +void activate_inactive_grab_clients(int slot_num, int audio_format_num, + struct filter_chain *fc); void activate_grab_client(struct grab_client *gc, struct filter_node *fn); void init_grabbing(void);