Added support for adding tab completions to any command with out a build in
[yaz-moved-to-github.git] / client / tabcomplete.h
1 /*
2  * Copyright (c) 2002, Index Data
3  * See the file LICENSE for details.
4  *
5  * $Id: tabcomplete.h,v 1.3 2002-06-17 14:57:34 ja7 Exp $
6  */
7
8 /* 
9    This file contains the compleaters for the different commands.
10 */
11
12
13 char* complete_querytype(const char* text, int state);
14 char* complete_format(const char* text, int state);
15 char* complete_schema(const char* text, int state);
16 char* complete_attributeset(const char* text, int state);
17 char* default_completer(const char* text, int state);
18  
19 /*
20  * Local variables:
21  * tab-width: 4
22  * c-basic-offset: 4
23  * End:
24  */