X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=client%2Ftabcomplete.h;h=aff7707782b10cc7cbefa8509a849a0ed6cb40ff;hb=df8e6c1a312cfc928aede6fc5eb0efa39364cfa6;hp=04d149756620c7d86613855d8ad3e0bbad38bfe3;hpb=2984a4a74dbbe7aaf4f07788ae4785041cf6004a;p=yaz-moved-to-github.git diff --git a/client/tabcomplete.h b/client/tabcomplete.h index 04d1497..aff7707 100644 --- a/client/tabcomplete.h +++ b/client/tabcomplete.h @@ -1,16 +1,25 @@ +/* + * Copyright (C) 1995-2005, Index Data ApS + * See the file LICENSE for details. + * + * $Id: tabcomplete.h,v 1.6 2005-06-25 15:46:01 adam Exp $ + */ + /* This file contains the compleaters for the different commands. */ - -char* complete_querytype(char* text, int state); -char* complete_format(char* text, int state); -char* complete_schema(char* text, int state); -char* complete_attributeset(char* text, int state); - +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); /* * Local variables: - * tab-width: 4 * c-basic-offset: 4 + * indent-tabs-mode: nil * End: + * vim: shiftwidth=4 tabstop=8 expandtab */ +