X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=grab_client.c;h=9b4ef69c5f4dae98409f707959abcdb9ca8b13c9;hp=b9d70147bb63de054005be4eb17f13e5ae42ee43;hb=b6100d88b5a03e824991b4a5bfd90b0e951e8d2b;hpb=ebe54cf6ee1b9c5daf7837cb618c299a5b5187e0 diff --git a/grab_client.c b/grab_client.c index b9d70147..9b4ef69c 100644 --- a/grab_client.c +++ b/grab_client.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2008 Andre Noll + * Copyright (C) 2006-2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -25,7 +25,6 @@ #include "error.h" #include "string.h" #include "fd.h" -#include "crypt.h" /** Grab clients that are not yet attached to a filter node. */ struct list_head inactive_grab_client_list; @@ -83,7 +82,7 @@ static int check_gc_args(struct grab_client *gc) { int i; struct grab_client_args_info *c = gc->conf; - char **mv = grab_client_cmdline_parser_mode_values; + const char **mv = grab_client_cmdline_parser_mode_values; PARA_INFO_LOG("filter_num: %d\n", c->filter_num_arg); for (i = 0; mv[i]; i++)