X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=client%2Ftabcomplete.h;h=f7e0707c341ca029c5b7881e5ed5b6bb25715ea4;hp=3e3d354db33b1371c401a0f1c98eb2ddce41c7da;hb=b7e0b586c47f8cc0c99f0195e0b554dc5f1af072;hpb=c142c150b731e1dde2a1aef89fb3b326ea88cace diff --git a/client/tabcomplete.h b/client/tabcomplete.h index 3e3d354..f7e0707 100644 --- a/client/tabcomplete.h +++ b/client/tabcomplete.h @@ -1,23 +1,25 @@ /* - * Copyright (c) 2002, Index Data + * Copyright (C) 1995-2007, Index Data ApS * See the file LICENSE for details. * - * $Id: tabcomplete.h,v 1.2 2002-01-30 14:51:45 adam Exp $ + * $Id: tabcomplete.h,v 1.8 2007-01-03 08:42:13 adam Exp $ */ /* This file contains the compleaters for the different commands. */ - 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* 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 */ +