X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=client%2Ftabcomplete.h;h=5e1e88b7a1bde599936ad9ef6cb326eb63017a9e;hb=d99be352be2b2e14fe66e6010dd89919d36f7d98;hp=3e3d354db33b1371c401a0f1c98eb2ddce41c7da;hpb=c142c150b731e1dde2a1aef89fb3b326ea88cace;p=yaz-moved-to-github.git diff --git a/client/tabcomplete.h b/client/tabcomplete.h index 3e3d354..5e1e88b 100644 --- a/client/tabcomplete.h +++ b/client/tabcomplete.h @@ -2,18 +2,19 @@ * Copyright (c) 2002, Index Data * 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.4 2002-08-29 19:34:44 ja7 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: