X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=grab_client.c;h=11aed36a8b3608b17dcee9cf29178c2e0927c0dc;hp=50594f238aeb5d579c6cb0c627fb3c4b5fe51f4a;hb=61b0a431ca3c5dabfa5445355664f00e312c5299;hpb=f269333700038603703ec79c909d514bee731faf diff --git a/grab_client.c b/grab_client.c index 50594f23..11aed36a 100644 --- a/grab_client.c +++ b/grab_client.c @@ -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. */ /** @@ -277,7 +265,7 @@ err_out: * This has to be called once during startup before any other function from * grab_client.c may be used. It initializes \a inactive_grab_client_list. */ -void init_grabbing() +void init_grabbing(void) { PARA_INFO_LOG("%s", "grab init\n"); INIT_LIST_HEAD(&inactive_grab_client_list);