X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=client%2Ftabcomplete.h;h=62ba0e6e8ec2c9d1a8538096921bd28e8b184d91;hb=f26962f9dfdbcd23a08a7f0880b1d9f8a36cbaf9;hp=e8e4841b809239f0024c4b2558f3912fcc117014;hpb=4c176312acdc3444c9afc820f76a393e64668e52;p=yaz-moved-to-github.git diff --git a/client/tabcomplete.h b/client/tabcomplete.h index e8e4841..62ba0e6 100644 --- a/client/tabcomplete.h +++ b/client/tabcomplete.h @@ -1,8 +1,8 @@ /* - * Copyright (C) 1995-2005, Index Data ApS + * Copyright (C) 1995-2006, Index Data ApS * See the file LICENSE for details. * - * $Id: tabcomplete.h,v 1.5 2005-01-15 19:47:08 adam Exp $ + * $Id: tabcomplete.h,v 1.7 2006-05-07 20:57:26 adam Exp $ */ /* @@ -13,12 +13,13 @@ char* complete_querytype(const char* text, int state); char* complete_format(const char* text, int state); char* complete_schema(const char* text, int state); char* complete_attributeset(const char* text, int state); -char* default_completer(const char* text, int state); char* complete_auto_reconnect(const char *text, int state); - +char *complete_from_list(char* completions[], const char *text, int state); /* * Local variables: - * tab-width: 4 * c-basic-offset: 4 + * indent-tabs-mode: nil * End: + * vim: shiftwidth=4 tabstop=8 expandtab */ +