X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=client%2Ftabcomplete.h;h=62ba0e6e8ec2c9d1a8538096921bd28e8b184d91;hb=548d17fb92d2efaa1ef637b56fcec09a7261e842;hp=5e1e88b7a1bde599936ad9ef6cb326eb63017a9e;hpb=aea27bc0e4e3f310196f0e6cee3de8cac69e9806;p=yaz-moved-to-github.git diff --git a/client/tabcomplete.h b/client/tabcomplete.h index 5e1e88b..62ba0e6 100644 --- a/client/tabcomplete.h +++ b/client/tabcomplete.h @@ -1,8 +1,8 @@ /* - * Copyright (c) 2002, Index Data + * Copyright (C) 1995-2006, Index Data ApS * See the file LICENSE for details. * - * $Id: tabcomplete.h,v 1.4 2002-08-29 19:34:44 ja7 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 */ +