X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=client%2Ftabcomplete.h;h=e8e4841b809239f0024c4b2558f3912fcc117014;hb=71664fe63983cbd1a74e22dd2f5fb75df2f57981;hp=d1552bf551b54dcc58a819ffcbcb148d0da069c1;hpb=a2df70871ff2494610edf71f7c7c74b785a69cd6;p=yaz-moved-to-github.git diff --git a/client/tabcomplete.h b/client/tabcomplete.h index d1552bf..e8e4841 100644 --- a/client/tabcomplete.h +++ b/client/tabcomplete.h @@ -1,20 +1,20 @@ /* - * Copyright (c) 2002, Index Data + * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: tabcomplete.h,v 1.3 2002-06-17 14:57:34 ja7 Exp $ + * $Id: tabcomplete.h,v 1.5 2005-01-15 19:47:08 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* default_completer(const char* text, int state); +char* complete_auto_reconnect(const char *text, int state); /* * Local variables: