X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=client%2Ftabcomplete.c;fp=client%2Ftabcomplete.c;h=28faedf1a70ba63029958db3cb2c8fb403fe48f7;hp=870188aa5e36f7fcbc1e705d17cf3df5b97ec88a;hb=96a07bee0a27a24ba02657132fbe702f6c7beb5d;hpb=e67ac76103683fca15a5961b81068b3eb92bb9cd diff --git a/client/tabcomplete.c b/client/tabcomplete.c index 870188a..28faedf 100644 --- a/client/tabcomplete.c +++ b/client/tabcomplete.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2006, Index Data ApS * See the file LICENSE for details. * - * $Id: tabcomplete.c,v 1.15 2006-05-07 19:43:00 adam Exp $ + * $Id: tabcomplete.c,v 1.16 2006-05-07 20:57:26 adam Exp $ */ #include @@ -12,15 +12,13 @@ #include #include "tabcomplete.h" -extern char** current_global_list; - /* *************************************************************************** * * generic completer * * ***************************************************************************/ -char* complete_from_list(char* completions[], const char *text, int state) +char *complete_from_list(char* completions[], const char *text, int state) { #if HAVE_READLINE_READLINE_H static int idx; @@ -142,11 +140,6 @@ char* complete_attributeset(const char* text, int state) } -char* default_completer(const char* text, int state) -{ - return complete_from_list(current_global_list, text, state); -} - /* * Local variables: * c-basic-offset: 4